From b5cd6b0213f31e817db8b4da6e996066fa039e07 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Thu, 27 Jul 2017 19:48:50 +0100 Subject: [PATCH] Specify font color --- static/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.scss b/static/style.scss index c51ce8f..9f2e3a7 100644 --- a/static/style.scss +++ b/static/style.scss @@ -7,7 +7,7 @@ html, body { padding: 0; font-size: 17px; background: #333; -} + color: #222; .printable #navbar{ display: none;