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
1 changed files with 4 additions and 0 deletions

View File

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