From 5c01a0d5488a291ef83467bc5df94f2738b7107a Mon Sep 17 00:00:00 2001 From: nous Date: Tue, 16 Oct 2018 23:23:19 +0200 Subject: [PATCH] Update 'theme-arc-blue.css' --- theme-arc-blue.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/theme-arc-blue.css b/theme-arc-blue.css index 3f4f4ce..324dedb 100644 --- a/theme-arc-blue.css +++ b/theme-arc-blue.css @@ -970,6 +970,15 @@ background: #131313; color: #dfdfdf; } + .markdown:not(code) h1 { + color: #d5d5d5; + } + .markdown:not(code) h2 { + color: #d5d5d5; + } + .markdown:not(code) h3 { + color: #d5d5d5; + } .markdown:not(code) h4 { color: #d5d5d5; }