sockscape/src/web/style.css

21 lines
268 B
CSS
Raw Normal View History

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