fixed 🎨 List hover styling too bright

This commit is contained in:
Nuno Coração
2023-04-22 12:54:31 +01:00
parent af93d93c23
commit 096fa3e919
5 changed files with 3 additions and 5 deletions

View File

@@ -98,7 +98,6 @@ module.exports = {
"&:hover": {
color: theme("colors.neutral.DEFAULT / 1"),
textDecoration: "none",
backgroundColor: theme("colors.primary.600 / 1"),
borderRadius: "0.09rem",
},
},