fix hamburger menu icon color and background in dark mode

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Mark Eaton
2026-02-22 17:18:53 -05:00
co-authored by Claude Opus 4.6
parent 11942fab83
commit 6c817c1948
+6
View File
@@ -128,6 +128,12 @@
margin-left: 5px;
}
[data-bs-theme="dark"] #hamburger,
[data-bs-theme="dark"] #hamburger:active {
background-color: var(--bg);
color: white;
}
[data-bs-theme="dark"] #login-div {
color: white;
}