From 227f0a043332ddd598c2feefe0ba0d5297704c53 Mon Sep 17 00:00:00 2001 From: nous Date: Tue, 16 Oct 2018 23:18:26 +0200 Subject: [PATCH] Update 'theme-arc-blue.css' --- theme-arc-blue.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/theme-arc-blue.css b/theme-arc-blue.css index 726945b..f9ed1fb 100644 --- a/theme-arc-blue.css +++ b/theme-arc-blue.css @@ -966,3 +966,13 @@ color: #dcdcdc !important; background: #014a25 !important; } + .editor-preview, .editor-preview-side { + background: #131313; + color: #dfdfdf; +} + .markdown:not(code) h5 { + color: #d5d5d5; +} + .markdown:not(code) h6 { + color: #d5d5d5; +}