Skip to content

Commit

Permalink
fix: hide details marker on hamburger menu
Browse files Browse the repository at this point in the history
  • Loading branch information
troyciesco committed Oct 1, 2024
1 parent c7dc876 commit a9f5dc9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@
var(--transitionMedium) text-shadow;
}

summary::-webkit-details-marker {
display: none;
}

details[open] summary {
color: var(--colorEmphasizedBackground);
text-shadow: 0 0 3px var(--colorOffWhite);
Expand Down

0 comments on commit a9f5dc9

Please sign in to comment.