Update '12/style.css'

master
tisa 4 years ago
parent cd72ffc0a4
commit 46af444c8f

@ -191,4 +191,22 @@ a:hover{
#track{
display:none;
}
body {
background: #888;
}
body.connected {
background: white;
}
#shell {
white-space: pre-wrap;
height: 40em;
width: 100%;
font-family: monospace;
color: white;
font-size: 14px;
background: black;
overflow-y: auto;
}
Loading…
Cancel
Save