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

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

View File

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