Skip to content

Commit 69b6fc3

Browse files
Fix hamburger menu colors in light mode
1 parent 1c62b83 commit 69b6fc3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/site/_includes/header.njk

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
3030
class="md:flex-grow">
3131
<summary class="summary-no-arrow md:hidden absolute top-0 right-0 p-8">
3232
<svg width="22" height="31" viewBox="0 0 22 21" fill="none" class="summary-swap-closed">
33-
<rect width="22" height="3" fill="white"/>
34-
<rect y="18" width="22" height="3" fill="white"/>
35-
<rect y="9" width="22" height="3" fill="white"/>
33+
<rect width="22" height="3" class="fill-current"/>
34+
<rect y="18" width="22" height="3" class="fill-current"/>
35+
<rect y="9" width="22" height="3" class="fill-current"/>
3636
</svg>
3737

3838
<svg width="22" height="31" viewBox="0 0 18 19" fill="none" class="summary-swap-open">
39-
<rect y="16.7217" width="22" height="3" transform="rotate(-48.3434 0 16.7217)" fill="white"/>
40-
<rect width="22" height="3" transform="matrix(0.664665 0.747142 0.747142 -0.664665 0.431641 1.9939)" fill="white"/>
39+
<rect y="16.7217" width="22" height="3" transform="rotate(-48.3434 0 16.7217)" class="fill-current"/>
40+
<rect width="22" height="3" transform="matrix(0.664665 0.747142 0.747142 -0.664665 0.431641 1.9939)" class="fill-current"/>
4141
</svg>
4242

4343
<span class="sr-only">Menu</span>

0 commit comments

Comments
 (0)