fixing bg transparent on link hover
This commit is contained in:
parent
0640fe45ec
commit
19728724b0
|
|
@ -15,6 +15,9 @@
|
|||
}
|
||||
a {
|
||||
@apply !font-medium !decoration-1 underline;
|
||||
&:hover {
|
||||
@apply !bg-transparent;
|
||||
}
|
||||
}
|
||||
ul li:before {
|
||||
@apply !bg-white;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user