diff --git a/resources/css/layout/nav.css b/resources/css/layout/nav.css index 107e3d5..7ff829b 100644 --- a/resources/css/layout/nav.css +++ b/resources/css/layout/nav.css @@ -2,7 +2,7 @@ @apply w-72 h-auto; } -header{ +header { @apply relative z-50; } @@ -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;