[S] Apply dark background to all div

This commit is contained in:
Hykilpikonna
2019-11-10 13:34:39 -05:00
parent 9fdb7461ba
commit cb91a20844
+4 -1
View File
@@ -30,7 +30,10 @@
.dark
{
background: #555555;
div
{
background: #555555 !important;
}
}
// ##############