CSS vars based editor background colour override

This commit is contained in:
Adrian Simmons 2021-11-04 15:30:15 +00:00
parent 48ef995ae8
commit 5dd4019528
1 changed files with 1 additions and 0 deletions

View File

@ -338,6 +338,7 @@ $editor-border-color: #ddd;
.CodeMirror {
padding: .5rem;
border: 1px solid $editor-border-color;
background: var(--white);
&-lines pre {
margin: 0 !important;