mirror of
https://github.com/transistorfet/moa.git
synced 2024-12-01 09:49:39 +00:00
22 lines
273 B
CSS
22 lines
273 B
CSS
|
body {
|
||
|
background-color: #000;
|
||
|
margin: 0;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|
||
|
#config {
|
||
|
background-color: #888;
|
||
|
}
|
||
|
|
||
|
#metrics {
|
||
|
float: right;
|
||
|
color: #DDD;
|
||
|
background-color: #000;
|
||
|
}
|
||
|
|
||
|
#metrics input {
|
||
|
width: 2em;
|
||
|
color: #DDD;
|
||
|
background-color: #000;
|
||
|
}
|