diff options
Diffstat (limited to 'app/scss/components.scss')
-rw-r--r-- | app/scss/components.scss | 12 |
1 files changed, 12 insertions, 0 deletions
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; +} |