From 7f868947025a7dfdd9a5e63d6296b51bd90adf23 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Fri, 13 Jul 2018 19:15:38 -0400 Subject: [PATCH] Fix editor styles --- public/less/themes/arc-green.less | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/public/less/themes/arc-green.less b/public/less/themes/arc-green.less index 7f92d7e16..7d85e5d77 100644 --- a/public/less/themes/arc-green.less +++ b/public/less/themes/arc-green.less @@ -748,3 +748,20 @@ box-shadow: 0 0 0 1px #609926 inset!important; color: #609926!important; } + +.editor-toolbar { + background-color: #404552; + a { + color: #87ab63 !important; + } +} + +.CodeMirror { + color: #9daccc; + background-color: #2b2b2b; + border-top: none; +} + +.CodeMirror-gutters{ + background-color: #2b2b2b; +}