FIX Fix hover and active underlining

This commit is contained in:
Antoine M 2025-08-22 17:28:05 +02:00
parent 5b894b745a
commit 1fe8b95113

View File

@ -65,6 +65,7 @@ header{
@apply cursor-pointer
underline
underline-offset-8
decoration-1
text-white;
}
a:focus {
@ -165,7 +166,10 @@ header{
@apply flex justify-between gap-4;
}
a {
@apply font-medium text-xl;
@apply font-normal text-xl;
}
li.menu-item > a:hover {
@apply underline underline-offset-8 decoration-1;
}
.network-redirector {
a {
@ -320,6 +324,9 @@ button#burger-menu-toggle {
@apply flex flex-row items-center gap-4;
button {
@apply flex flex-col items-center gap-4 text-lg;
&:hover {
@apply underline underline-offset-8 decoration-1;
}
img {
@apply filter-white w-6 h-6;