info-screen/dark_theme.css

6 lines
102 B
CSS
Raw Permalink Normal View History

2018-05-18 09:52:14 +00:00
html, body {
background-color: black;
color: white;
2018-05-18 11:48:38 +00:00
font-family: Monospace, Sans-Serif;
2018-05-18 09:52:14 +00:00
}