mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-05 21:02:43 +00:00
Mark HB navigation changes
This commit is contained in:
@@ -12,6 +12,9 @@
|
|||||||
.CodeMirror-cursor {
|
.CodeMirror-cursor {
|
||||||
border-left: 1px solid #e0e2e4;
|
border-left: 1px solid #e0e2e4;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* HB DARK NAV START*/
|
||||||
|
|
||||||
/* Bars at the top */
|
/* Bars at the top */
|
||||||
.snippetBar {
|
.snippetBar {
|
||||||
background-color: #2F393C;
|
background-color: #2F393C;
|
||||||
@@ -30,6 +33,8 @@ nav .navItem {
|
|||||||
.snippetBar .snippetGroup .dropdown {
|
.snippetBar .snippetGroup .dropdown {
|
||||||
background-color: #2F393C;
|
background-color: #2F393C;
|
||||||
}
|
}
|
||||||
|
/* HB DARK NAV END */
|
||||||
|
|
||||||
/* Line number stuff */
|
/* Line number stuff */
|
||||||
.CodeMirror-gutter-elt {
|
.CodeMirror-gutter-elt {
|
||||||
color: #81969A;
|
color: #81969A;
|
||||||
@@ -77,7 +82,7 @@ nav .navItem {
|
|||||||
color: #3cbf30;
|
color: #3cbf30;
|
||||||
}
|
}
|
||||||
/* blocks */
|
/* blocks */
|
||||||
.editor .codeEditor .block {
|
.editor .codeEditor .block:not(.cm-comment) {
|
||||||
color: #e3e3e3;
|
color: #e3e3e3;
|
||||||
}
|
}
|
||||||
/* inline blocks */
|
/* inline blocks */
|
||||||
|
|||||||
Reference in New Issue
Block a user