From b86d799a7477c8c0f25b542fe96af40fa3390a05 Mon Sep 17 00:00:00 2001 From: nous Date: Tue, 16 Oct 2018 23:21:59 +0200 Subject: [PATCH] Update 'theme-arc-blue.css' --- theme-arc-blue.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/theme-arc-blue.css b/theme-arc-blue.css index f9ed1fb..3f4f4ce 100644 --- a/theme-arc-blue.css +++ b/theme-arc-blue.css @@ -969,10 +969,13 @@ .editor-preview, .editor-preview-side { background: #131313; color: #dfdfdf; -} + } + .markdown:not(code) h4 { + color: #d5d5d5; + } .markdown:not(code) h5 { color: #d5d5d5; -} + } .markdown:not(code) h6 { color: #d5d5d5; -} + }