mirror of
https://github.com/Marat-Tanalin/bsnes-mt.git
synced 2025-04-02 10:21:42 -04:00
12 lines
96 B
CSS
12 lines
96 B
CSS
body {
|
|
background: #333;
|
|
color: #fff;
|
|
}
|
|
|
|
code {
|
|
background: #444;
|
|
}
|
|
|
|
a {
|
|
color: #aaf;
|
|
}
|