From 265dbd228e7a9c683369f4120b961ddcc464a8b9 Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Mon, 3 Sep 2018 10:36:35 +0000 Subject: [PATCH] Better text contrast --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index f89fea7..147fc5f 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -33,7 +33,7 @@ html { } body { - color: #747369d4; + color: #424241; background: #1e1919; line-height: 1.57 font-size: 1.0rem;