fix dark mode secondary color

This commit is contained in:
SethBurkart123
2023-08-31 06:19:29 +10:00
parent ebe5bede54
commit 2cc3f283d8
2 changed files with 15 additions and 10 deletions
+2 -2
View File
@@ -1277,11 +1277,11 @@ blurred {
}
.uiSlidePane > .pane > .header button {
color: var(--text-primary) !important;
color: var(--text-color) !important;
}
.uiSlidePane > .pane > .header > h1 {
color: var(--text-primary) !important;
color: var(--text-color) !important;
}
.uiSlidePane > .pane > .header {