mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-12 06:08:37 +00:00
+ add strudelTheme + add lineBackground with opacity + add some missing light flags + add fallback css variables for non js context
10 lines
175 B
CSS
10 lines
175 B
CSS
.cm-activeLine {
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
.cm-theme {
|
|
background-color: var(--background);
|
|
border: 1px solid var(--lineHighlight);
|
|
padding: 2px;
|
|
}
|