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