hcra/client/css/color.css

14 lines
144 B
CSS

body {
background-color: black;
color: white;
}
input {
background-color: #222222;
color: white;
}
button {
background-color: #00FF00;
}