🐛 Fix underline styles not displaying correctly

Fixes #125
This commit is contained in:
James Panther
2022-02-20 14:36:36 +11:00
parent a55d686fe1
commit d1387f79f8
8 changed files with 27 additions and 26 deletions
+3 -3
View File
@@ -98,9 +98,9 @@ module.exports = {
textDecorationColor: theme("colors.primary.300"),
fontWeight: "500",
"&:hover": {
color: `${theme("colors.neutral.DEFAULT")} !important`,
textDecoration: "none !important",
backgroundColor: `${theme("colors.primary.600")} !important`,
color: theme("colors.neutral.DEFAULT"),
textDecoration: "none",
backgroundColor: theme("colors.primary.600"),
borderRadius: "0.09rem",
},
},