mirror of
https://github.com/transistorfet/moa.git
synced 2024-11-30 17:51:51 +00:00
d26e80ffaa
It will now run the sim on a separate loop powered by setTimeout instead of trying to do it inline with the frame updating
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;
|
|
}
|