mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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