mirror of
https://github.com/tobspr-games/shapez.io.git
synced 2026-01-21 03:50:47 -08:00
Merge pull request #140 from dengr1065/patch-1
Dark theme for changelog and completed upgrades
This commit is contained in:
commit
c571c088e6
2 changed files with 8 additions and 0 deletions
|
|
@ -241,6 +241,10 @@
|
|||
|
||||
&.complete {
|
||||
background-color: $colorGreenBright;
|
||||
|
||||
@include DarkThemeOverride {
|
||||
background-color: $colorGreenBright;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,6 +14,10 @@
|
|||
padding: 10px;
|
||||
box-sizing: border-box;
|
||||
background: #eef1f4;
|
||||
|
||||
@include DarkThemeOverride {
|
||||
background: #424242;
|
||||
}
|
||||
|
||||
.version {
|
||||
@include Heading;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue