From f3f38794c42c8d147d7cb3222faa4512b38535a9 Mon Sep 17 00:00:00 2001 From: nonmakina Date: Tue, 19 Jan 2021 16:57:08 -0600 Subject: [PATCH] Improves readibility --- stylesheets/dark.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stylesheets/dark.css b/stylesheets/dark.css index 86c9bca9..b36a64c6 100644 --- a/stylesheets/dark.css +++ b/stylesheets/dark.css @@ -5,8 +5,8 @@ body { background: #1E1E1E; color: #999999; - font-family: sans-serif; - font-size: 12px; + font-family: Verdana, sans-serif; + font-size: 14px; } .quote { color:#B8D962;