fixing bg transparent on link hover

This commit is contained in:
Antoine M 2024-01-10 16:48:57 +01:00
parent 0640fe45ec
commit 19728724b0

View File

@ -15,6 +15,9 @@
} }
a { a {
@apply !font-medium !decoration-1 underline; @apply !font-medium !decoration-1 underline;
&:hover {
@apply !bg-transparent;
}
} }
ul li:before { ul li:before {
@apply !bg-white; @apply !bg-white;