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

@ -2,7 +2,7 @@
@apply w-72 h-auto; @apply w-72 h-auto;
} }
header{ header {
@apply relative z-50; @apply relative z-50;
} }
@ -65,6 +65,7 @@ header{
@apply cursor-pointer @apply cursor-pointer
underline underline
underline-offset-8 underline-offset-8
decoration-1
text-white; text-white;
} }
a:focus { a:focus {
@ -165,7 +166,10 @@ header{
@apply flex justify-between gap-4; @apply flex justify-between gap-4;
} }
a { 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 { .network-redirector {
a { a {
@ -320,6 +324,9 @@ button#burger-menu-toggle {
@apply flex flex-row items-center gap-4; @apply flex flex-row items-center gap-4;
button { button {
@apply flex flex-col items-center gap-4 text-lg; @apply flex flex-col items-center gap-4 text-lg;
&:hover {
@apply underline underline-offset-8 decoration-1;
}
img { img {
@apply filter-white w-6 h-6; @apply filter-white w-6 h-6;