Dark theme for settings

This commit is contained in:
dengr1065 2020-06-17 03:19:22 +03:00
parent 97c52169da
commit 1bee130dfe
1 changed files with 22 additions and 0 deletions

View File

@ -88,4 +88,26 @@
}
}
}
@include DarkThemeOverride {
.content {
.setting {
background: #424345;
.value.enum {
// dirty but works
filter: invert(0.8);
color: #222;
}
.value.checkbox {
background-color: #74767b;
&.checked {
background-color: #605b7d;
}
}
}
}
}
}