Merge pull request #140 from dengr1065/patch-1

Dark theme for changelog and completed upgrades
This commit is contained in:
tobspr 2020-06-16 16:54:26 +02:00 committed by GitHub
commit c571c088e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

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

View File

@ -14,6 +14,10 @@
padding: 10px;
box-sizing: border-box;
background: #eef1f4;
@include DarkThemeOverride {
background: #424242;
}
.version {
@include Heading;