From 2229b32c90fa9ea2b8312cb9367d6bae17649b4b Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Fri, 14 Sep 2018 23:10:30 +0100 Subject: Add SimpleMDE to edit markdown --- app/scss/components.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'app/scss') diff --git a/app/scss/components.scss b/app/scss/components.scss index 714f453..f4941f6 100644 --- a/app/scss/components.scss +++ b/app/scss/components.scss @@ -459,3 +459,15 @@ table.fancyTable tfoot td { .wiptopic a { color: #7ac; } + +.editor-toolbar { + background-color: #333 !important; +} + +.CodeMirror { + background-color: #222 !important; +} + +.editor-preview-side { + background-color: #222 !important; +} -- cgit v1.2.3