sockscape/src/web/style.css
2018-10-03 16:32:41 -05:00

22 lines
311 B
CSS

body {
padding-top: 36px;
font-family: monospace;
text-align: center;
/*background: #000;
color: #fff;*/
background: #fff;
color: #000;
}
.hidden {
display: none;
}
#loading {
font-size: 36px;
font-weight: bold;
}
#login label, #register label {
display: block;
}