mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Dark theme for changelog
really quick fix just 3 sloc
This commit is contained in:
parent
55f7c4462d
commit
31960329c6
@ -15,6 +15,10 @@
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
background: #eef1f4;
|
background: #eef1f4;
|
||||||
|
|
||||||
|
@include DarkThemeOverride {
|
||||||
|
background: #424242;
|
||||||
|
}
|
||||||
|
|
||||||
.version {
|
.version {
|
||||||
@include Heading;
|
@include Heading;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user