fix(ui): add light mode styles, update font families and fixed ui (#24)
Reviewed-on: #24 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: 47761bd4a6...fe604e8f0d
2
knockoutwhistweb/app/assets/stylesheets/light-mode.less
Normal file
2
knockoutwhistweb/app/assets/stylesheets/light-mode.less
Normal file
@@ -0,0 +1,2 @@
|
||||
@background-image: url('/assets/images/img.png');
|
||||
@color: black;
|
||||
@@ -19,7 +19,7 @@ html, body {
|
||||
#sessions a, h1, p {
|
||||
color: @color;
|
||||
font-size: 40px;
|
||||
font-family: Arial;
|
||||
font-family: Arial, serif;
|
||||
}
|
||||
#ingame {
|
||||
display: flex;
|
||||
@@ -82,10 +82,10 @@ html, body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
height: 0%;
|
||||
height: 0;
|
||||
p {
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
#invisible {
|
||||
@@ -100,5 +100,5 @@ html, body {
|
||||
#rules {
|
||||
color: white;
|
||||
font-size: 1.5em;
|
||||
font-family: Arial;
|
||||
font-family: Arial, serif;
|
||||
}
|
||||
Reference in New Issue
Block a user