Dark theme for changelog

really quick fix just 3 sloc
This commit is contained in:
dengr1065 2020-06-13 13:17:01 +03:00 committed by GitHub
parent 55f7c4462d
commit 31960329c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

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