mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-13 13:04:03 +00:00
Merge pull request #140 from dengr1065/patch-1
Dark theme for changelog and completed upgrades
This commit is contained in:
commit
c571c088e6
@ -241,6 +241,10 @@
|
|||||||
|
|
||||||
&.complete {
|
&.complete {
|
||||||
background-color: $colorGreenBright;
|
background-color: $colorGreenBright;
|
||||||
|
|
||||||
|
@include DarkThemeOverride {
|
||||||
|
background-color: $colorGreenBright;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -14,6 +14,10 @@
|
|||||||
padding: 10px;
|
padding: 10px;
|
||||||
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