mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-03-23 15:18:14 +00:00
basic css changes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.editor .codeEditor .CodeMirror {
|
||||
.editor .codeEditor .cm-editor {
|
||||
// Themes with dark backgrounds
|
||||
&.cm-s-3024-night,
|
||||
&.cm-s-abbott,
|
||||
|
||||
@@ -15,11 +15,11 @@
|
||||
--highlight: #bcbcbc;
|
||||
color: #91A6AA;
|
||||
background: var(--bg);
|
||||
.CodeMirror-scroll {
|
||||
.CodeMirror-gutters {
|
||||
.cm-scroller {
|
||||
.cm-gutters {
|
||||
border-right: 1px solid #555;
|
||||
background: var(--bg);
|
||||
.CodeMirror-gutter {
|
||||
.cm-gutter {
|
||||
background-color: var(--bg);
|
||||
&.CodeMirror-foldgutter {
|
||||
cursor: pointer;
|
||||
@@ -31,9 +31,9 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
.CodeMirror-lines {
|
||||
.cm-content {
|
||||
/* Line numbers*/
|
||||
.CodeMirror-linenumber.CodeMirror-gutter-elt {
|
||||
.CodeMirror-linenumber.cm-gutter-elt {
|
||||
background-color: var(--bg);
|
||||
color: #81969A;
|
||||
}
|
||||
|
||||
@@ -18,13 +18,13 @@
|
||||
}
|
||||
|
||||
/* Line number stuff */
|
||||
.CodeMirror-gutter-elt {
|
||||
.cm-gutter-elt {
|
||||
color: #81969A;
|
||||
}
|
||||
.CodeMirror-linenumber {
|
||||
background-color: #0C0C0C;
|
||||
}
|
||||
.CodeMirror-gutter {
|
||||
.cm-gutter {
|
||||
background-color: #0C0C0C;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user