colors and filters

This commit is contained in:
2024-08-17 19:23:19 +03:00
parent db37653748
commit 322962403d
38 changed files with 648 additions and 556 deletions
+15 -1
View File
@@ -1,5 +1,19 @@
.is-editable-false{
.cm-content{
background-color: #f5f5f5;
background-color: var(--p10);
}
}
.cm-focused{
.cm-content{
background-color: var(--p10);
}
}
.cm-content{
background-color: var(--p20);
}
.cm-activeLine{
background-color: var(--p20)!important;
}