Skip to content

Commit

Permalink
fix: text color and background
Browse files Browse the repository at this point in the history
  • Loading branch information
eveeifyeve committed Jun 6, 2024
1 parent 5fd2e66 commit f4c2ecd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,10 @@ import { Image } from "astro:assets";
}

#menu-toggle:checked ~ .menu > li a {
@apply bg-[#0000001a] text-white;
@apply text-[var(--navBar-Items)];
}
#menu-toggle:checked ~ .menu > li a:hover:not(#download) {
background-color: #00000066;
color: white;
}

/* #menu-toggle:checked ~ .menu > li #download:hover {
Expand Down

0 comments on commit f4c2ecd

Please sign in to comment.