Ensure setup also has a darkmode background

This commit is contained in:
Johannes Zellner
2021-07-29 12:14:38 +02:00
parent 01c0bd0e73
commit d93793eb81
+1 -1
View File
@@ -1872,7 +1872,7 @@ tag-input {
$backgroundLight: #2b2b2e;
$backgroundDark: #1c1c1c;
body, .appstore-toolbar, .modal-content {
body, .appstore-toolbar, .modal-content, .setup {
color: $textColor;
background-color: $backgroundLight;
}