5 lines
102 B
CSS
5 lines
102 B
CSS
body {
|
|
/* Anything but light mode, please. */
|
|
background-color: #000000;
|
|
color: #FFFFFF;
|
|
} |