From b5cb8ce834aa65b6a2a251abac97835f1a033f61 Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Thu, 19 Oct 2023 18:20:50 +1300 Subject: [PATCH] Mark HB navigation changes --- themes/codeMirror/customThemes/darkbrewery-v301.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/themes/codeMirror/customThemes/darkbrewery-v301.css b/themes/codeMirror/customThemes/darkbrewery-v301.css index 82ddf98d3..267c377f6 100644 --- a/themes/codeMirror/customThemes/darkbrewery-v301.css +++ b/themes/codeMirror/customThemes/darkbrewery-v301.css @@ -12,6 +12,9 @@ .CodeMirror-cursor { border-left: 1px solid #e0e2e4; } + +/* HB DARK NAV START*/ + /* Bars at the top */ .snippetBar { background-color: #2F393C; @@ -30,6 +33,8 @@ nav .navItem { .snippetBar .snippetGroup .dropdown { background-color: #2F393C; } +/* HB DARK NAV END */ + /* Line number stuff */ .CodeMirror-gutter-elt { color: #81969A; @@ -77,7 +82,7 @@ nav .navItem { color: #3cbf30; } /* blocks */ -.editor .codeEditor .block { +.editor .codeEditor .block:not(.cm-comment) { color: #e3e3e3; } /* inline blocks */