sockscape/src/web/style.css

23 lines
311 B
CSS
Raw Normal View History

2018-10-01 11:51:38 +00:00
body {
padding-top: 36px;
font-family: monospace;
text-align: center;
2018-10-03 21:32:41 +00:00
/*background: #000;
color: #fff;*/
background: #fff;
color: #000;
2018-10-01 11:51:38 +00:00
}
.hidden {
display: none;
}
#loading {
font-size: 36px;
font-weight: bold;
}
#login label, #register label {
display: block;
}