diff --git a/dark_theme.css b/dark_theme.css index 1853be9..22f7e44 100644 --- a/dark_theme.css +++ b/dark_theme.css @@ -1,4 +1,5 @@ html, body { background-color: black; color: white; + font-family: Monospace, Sans-Serif; }