1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Minor fixes for dark mode

This commit is contained in:
tobspr
2020-06-21 20:27:39 +02:00
parent d198fcad4f
commit 1f136ba892
7 changed files with 15 additions and 9 deletions

View File

@@ -92,11 +92,11 @@
@include DarkThemeOverride {
.content {
.setting {
background: #424345;
background: darken($darkModeGameBackground, 10);
.value.enum {
// dirty but works
filter: invert(0.8);
filter: invert(0.85);
color: #222;
}
@@ -104,7 +104,7 @@
background-color: #74767b;
&.checked {
background-color: #605b7d;
background-color: $colorBlueBright;
}
}
}