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:
co-authored by
Claude Opus 4.6
parent
11942fab83
commit
6c817c1948
@@ -128,6 +128,12 @@
|
|||||||
margin-left: 5px;
|
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 {
|
[data-bs-theme="dark"] #login-div {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user