fixing no bg hover on a tag for classical mode

This commit is contained in:
Antoine M 2024-01-15 15:38:24 +01:00
parent 75d4e4daef
commit 4e65368abc

View File

@ -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;
}