0
0
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:
Víctor Losada Hernández
2026-03-21 22:53:38 +01:00
parent 3785d5808f
commit 42e254c9c7
8 changed files with 216 additions and 166 deletions

View File

@@ -1,4 +1,4 @@
.editor .codeEditor .CodeMirror {
.editor .codeEditor .cm-editor {
// Themes with dark backgrounds
&.cm-s-3024-night,
&.cm-s-abbott,

View File

@@ -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;
}

View File

@@ -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;
}