mirror of https://github.com/bsnes-emu/bsnes.git
9 lines
74 B
CSS
9 lines
74 B
CSS
|
body {
|
||
|
background: #333;
|
||
|
color: #fff;
|
||
|
}
|
||
|
|
||
|
code {
|
||
|
background: #444;
|
||
|
}
|