From bf32b9fdfccd74488be687ab217b9089564a026a Mon Sep 17 00:00:00 2001 From: Drew Harwell Date: Sun, 30 Apr 2017 12:57:21 -0500 Subject: [PATCH] Update dark.css --- static/dark.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/static/dark.css b/static/dark.css index f64fbf2..2b9873e 100644 --- a/static/dark.css +++ b/static/dark.css @@ -3,7 +3,7 @@ body { background-color: #22272a; font-family: Roboto, sans-serif; color: #eee; - overflow-x:hidden; + font-weight: lighter; } * { margin: 0; @@ -28,7 +28,6 @@ a * { .description, .title { font-size: 1.2rem; - font-weight: normal; } .item-content { max-width: 750px;