From 4afd609b5066f47323cae2002df048b4eee922c0 Mon Sep 17 00:00:00 2001 From: Mirko <19408385+moekify@users.noreply.github.com> Date: Sun, 29 Mar 2020 15:21:13 +0200 Subject: [PATCH] Fix body text color --- static/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/global.css b/static/global.css index 21c113ad..870a074c 100644 --- a/static/global.css +++ b/static/global.css @@ -28,7 +28,7 @@ body { font-size: 18px; font-size: 1.8rem; line-height: 1.5; - color: #333; + color: black; } h1, h2, h3, h4, h5, h6 {