„assets/tailwind.config.js“ ändern

This commit is contained in:
inhji 2023-03-15 10:19:21 +01:00
parent bc4913d3d2
commit 5c126e7e59

View file

@ -16,7 +16,10 @@ module.exports = {
extend: { extend: {
colors: { colors: {
code: colors.emerald, code: colors.emerald,
gray: colors.zinc gray: colors.zinc,
theme: {
primary: "var(--color-primary)"
}
} }
}, },
}, },