moa/emulator/frontends/pixels/assets/moa-genesis/style.css
transistor d26e80ffaa Refactored pixels web frontend to separate sim run
It will now run the sim on a separate loop powered by setTimeout
instead of trying to do it inline with the frame updating
2022-10-11 14:40:12 -07:00

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;
}