diff options
author | Blaise Thompson <blaise@untzag.com> | 2020-05-10 18:44:29 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2020-05-10 18:44:29 -0500 |
commit | b43db726af5e87e7e483b5174d3d878203b4df6a (patch) | |
tree | 71247ff0943518bb8adc900674c0653d33058adc /public | |
parent | 0b2f52af28f3c0a3b925ab904cbe1715fb7b68ac (diff) |
update style
Diffstat (limited to 'public')
-rw-r--r-- | public/style.css | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/public/style.css b/public/style.css index 8a1a7d6..9cff696 100644 --- a/public/style.css +++ b/public/style.css @@ -4,13 +4,15 @@ a { } body { - font-family: sans-serif; + font-family: 'DejaVu Sans Mono', monospace; margin: 40px auto; - max-width: 650px; - line-height: 1.6; + min-width: 80ch; + max-width: 80ch; + line-height: 1.5; font-size: 16px; background-color: #1d1f21; color: #c5c8c6; padding: 0 10px; text-align: left; + overflow-y: scroll; } |