From 05c73add99aecaccd490368a2528bdabea9d3733 Mon Sep 17 00:00:00 2001 From: eveeifyeve Date: Fri, 7 Jun 2024 17:27:24 +1000 Subject: [PATCH] fix: mobile nav bar --- src/components/header.astro | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/header.astro b/src/components/header.astro index 9451d42..24a1ef3 100644 --- a/src/components/header.astro +++ b/src/components/header.astro @@ -52,7 +52,7 @@ import { Image } from "astro:assets";
  • NEWS
  • DOWNLOAD @@ -142,11 +142,11 @@ import { Image } from "astro:assets"; @apply flex justify-center m-0 w-full text-[var(--navBar-Items)]; } - #menu-toggle:checked ~ .menu > li a { - @apply text-[var(--navBar-Items)]; + #menu-toggle:checked ~ .menu > li a:not(#download) { + @apply text-[var(--navBar-Items)] pb-6 rounded-md hover:bg-[var(--mobile-hover)]; } #menu-toggle:checked ~ .menu > li a:hover:not(#download) { - background-color: #00000066; + @apply bg-[#00000066]; } /* #menu-toggle:checked ~ .menu > li #download:hover {