changing header

This commit is contained in:
Nuno Coração
2022-09-10 22:58:50 +01:00
parent 67f269dd48
commit 929d1ab5e7
6 changed files with 649 additions and 93 deletions

View File

@@ -84,7 +84,7 @@ module.exports = {
"--tw-prose-invert-th-borders": theme("colors.neutral.500 / 1"),
"--tw-prose-invert-td-borders": theme("colors.neutral.700 / 1"),
a: {
textDecoration: "underline",
textDecoration: "none",
textDecorationColor: theme("colors.primary.300 / 1"),
fontWeight: "500",
"&:hover": {
@@ -129,5 +129,8 @@ module.exports = {
}),
},
},
plugins: [require("@tailwindcss/typography")],
plugins: [
require("@tailwindcss/typography"),
require('@tailwindcss/forms')
],
};