From 0cbcc2624a31fe20a5f06b654d8dfdcbc367dd07 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Thu, 27 Jul 2017 19:49:59 +0100 Subject: [PATCH] Fix typo in previous commit --- static/style.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/style.scss b/static/style.scss index 9f2e3a7..2156a04 100644 --- a/static/style.scss +++ b/static/style.scss @@ -7,7 +7,8 @@ html, body { padding: 0; font-size: 17px; background: #333; - color: #222; + color: black; +} .printable #navbar{ display: none;