fix abnormal color in dark mode

This commit is contained in:
KOWX712
2024-11-04 23:37:44 +08:00
parent 1ecdbdd96a
commit 4a9650bd54

View File

@@ -210,6 +210,10 @@ body {
border: 1px solid #6E6E6E;
}
.search-input {
color: white;
}
.menu-options,
#menu-button {
background-color: #343434;