add dark mode ro resize bar

This commit is contained in:
SethBurkart123
2024-04-01 14:37:33 +11:00
parent 14bd7369d7
commit 3c67356f47
3 changed files with 37 additions and 1 deletions
+4
View File
@@ -52,6 +52,10 @@ html {
}
}
.dark .resizeBar {
background-color: rgb(28 28 30);
}
.connectedNotificationsWrapper > div > button > svg > g {
fill: var(--theme-primary) !important;
}