From 02d131d9c1f3ea10b17aa0cb04ea719a829796eb Mon Sep 17 00:00:00 2001 From: Jelle Z Date: Fri, 21 Sep 2018 20:41:45 +0200 Subject: [PATCH] Hotfix for customised CSS --- custom.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/custom.css b/custom.css index a82ec00..0879f02 100644 --- a/custom.css +++ b/custom.css @@ -46,6 +46,10 @@ html body { color: white; } +div.markdown-body h1 { + color: white; +} + #wiki-body { color: white; }