fix hamburger in light mode

This commit is contained in:
Robin Appelman 2025-06-22 22:39:35 +02:00
commit a42d075fa6

View file

@ -4,6 +4,7 @@
left: 0;
opacity: 0.5;
transition: opacity 0.3s;
color: white;
& .share {
display: flex;
@ -79,12 +80,12 @@
margin: 0;
button {
color: white;
padding-left: 32px;
height: 24px;
margin: 10px;
border: none;
cursor: pointer;
color: white;
background-size: 24px;
background-color: transparent;
background-repeat: no-repeat;