0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 16:22:44 +00:00

Mark HB navigation changes

This commit is contained in:
G.Ambatte
2023-10-19 18:20:50 +13:00
parent d497c0094b
commit b5cb8ce834

View File

@@ -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 */