1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2024-10-27 20:34:29 +00:00

Bring back green color to completed upgrades

dark theme fix
This commit is contained in:
dengr1065 2020-06-13 16:44:14 +03:00 committed by GitHub
parent 31960329c6
commit 59b0eef02d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -241,6 +241,10 @@
&.complete {
background-color: $colorGreenBright;
@include DarkThemeOverride {
background-color: $colorGreenBright;
}
}
}
}