fix: styles
This commit is contained in:
parent
e2c0ec7638
commit
6a45622b9d
10
app/root.css
10
app/root.css
|
@ -1,5 +1,6 @@
|
|||
html, body {
|
||||
background-color: #333333;
|
||||
color: #cccccc;
|
||||
box-sizing: border-box;
|
||||
height: 100%;
|
||||
line-height: 0;
|
||||
|
@ -36,3 +37,12 @@ body {
|
|||
font-family: "Joystix";
|
||||
src: url("/fonts/Joystix.woff");
|
||||
}
|
||||
|
||||
form {
|
||||
button, input {
|
||||
background-color: #222222;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
color: #dddddd;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user