mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-27 20:06:52 +00:00
Update tailwind.config.js
This commit is contained in:
parent
61473ac038
commit
e89da522e4
@ -69,8 +69,39 @@ module.exports = {
|
|||||||
"accordion-down": "accordion-down 0.2s ease-out",
|
"accordion-down": "accordion-down 0.2s ease-out",
|
||||||
"accordion-up": "accordion-up 0.2s ease-out",
|
"accordion-up": "accordion-up 0.2s ease-out",
|
||||||
},
|
},
|
||||||
|
typography: (theme) => ({
|
||||||
|
DEFAULT: {
|
||||||
|
css: {
|
||||||
|
color: theme("colors.foreground"),
|
||||||
|
a: {
|
||||||
|
color: theme("colors.primary.DEFAULT"),
|
||||||
|
"&:hover": {
|
||||||
|
color: theme("colors.primary.DEFAULT"),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
plugins: [require("tailwindcss-animate")],
|
h1: {
|
||||||
|
color: theme("colors.foreground"),
|
||||||
|
},
|
||||||
|
h2: {
|
||||||
|
color: theme("colors.foreground"),
|
||||||
|
},
|
||||||
|
h3: {
|
||||||
|
color: theme("colors.foreground"),
|
||||||
|
},
|
||||||
|
strong: {
|
||||||
|
color: theme("colors.foreground"),
|
||||||
|
},
|
||||||
|
code: {
|
||||||
|
color: theme("colors.foreground"),
|
||||||
|
},
|
||||||
|
figcaption: {
|
||||||
|
color: theme("colors.muted.foreground"),
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}),
|
||||||
|
},
|
||||||
|
},
|
||||||
|
plugins: [require("tailwindcss-animate"), require("@tailwindcss/typography")],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user