Merged PR 1564: Customer RD

This commit is contained in:
Lorenz Hilpert
2023-06-13 11:45:47 +00:00
committed by Nino Righi
parent c9a90211ee
commit 5c9f4c5b21
332 changed files with 8054 additions and 1075 deletions

View File

@@ -31,6 +31,11 @@ module.exports = plugin(function ({ addComponents, theme, addBase, addUtilities
'--btn-active-background-color': theme('colors.white'),
'--btn-active-color': theme('colors.black'),
},
'.btn-label': {
'--btn-background-color': 'transparent',
'--btn-hover-background-color': 'transparent',
'--btn-hover-color': 'inherit',
},
});
for (const key in theme('colors.accent')) {