diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css index bc6080a..9533c17 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,7 @@ body { background-color: black; color: white; - font-family: sans-serif; + font-family: monospace; width: 95%; margin: auto; line-height: 1.3; |