fixing no bg hover on a tag for classical mode
This commit is contained in:
parent
75d4e4daef
commit
4e65368abc
|
|
@ -63,6 +63,15 @@
|
|||
a {
|
||||
@apply !text-white;
|
||||
}
|
||||
a:not(.cta, .wp-block-button__link) {
|
||||
@apply px-0;
|
||||
&:hover {
|
||||
@apply !bg-transparent;
|
||||
}
|
||||
&:after {
|
||||
filter: brightness(0) invert(1) opacity(90%);
|
||||
}
|
||||
}
|
||||
ol li::marker {
|
||||
@apply !text-white;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user