fix: styles

This commit is contained in:
cha0s 2024-09-18 17:46:36 -05:00
parent e2c0ec7638
commit 6a45622b9d

View File

@ -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;
}
}