fixing wpml active button focus color

This commit is contained in:
Antoine M 2023-12-19 12:54:26 +01:00
parent 7128404d61
commit 80fa5b0481

View File

@ -201,6 +201,9 @@
a {
@apply bg-white text-primary font-bold;
}
a:focus {
@apply !bg-white text-primary font-bold;
}
}
}