switchable css variables for theming
This commit is contained in:
parent
0326244956
commit
0b994a1b0f
10 changed files with 75 additions and 14 deletions
|
|
@ -1,5 +1,5 @@
|
|||
.cm-editor {
|
||||
/* background-color: transparent !important; */
|
||||
background-color: transparent !important;
|
||||
height: 100%;
|
||||
z-index: 11;
|
||||
font-size: 18px;
|
||||
|
|
@ -14,5 +14,5 @@
|
|||
}
|
||||
|
||||
.cm-line > * {
|
||||
/* background: #00000095; */
|
||||
background: var(--background);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue