fix(ui): added dark mode (#25)
Reviewed-on: #25 Reviewed-by: lq64 <lq@blackhole.local> Co-authored-by: Janis <janis.e.20@gmx.de> Co-committed-by: Janis <janis.e.20@gmx.de>
This commit is contained in:
Submodule knockoutwhist updated: fe604e8f0d...fbc0ea2277
2
knockoutwhistweb/app/assets/stylesheets/dark-mode.less
Normal file
2
knockoutwhistweb/app/assets/stylesheets/dark-mode.less
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
@background-image: url('/assets/images/background.png');
|
||||||
|
@color: white;
|
||||||
@@ -98,7 +98,7 @@ html, body {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
#rules {
|
#rules {
|
||||||
color: white;
|
color: @color;
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
font-family: Arial, serif;
|
font-family: Arial, serif;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user