Oops, fix color

This commit is contained in:
Gregory Schier
2023-02-16 10:28:01 -08:00
parent 507aee40f7
commit 5b09b7b613

View File

@@ -6,10 +6,6 @@
font-size: 0.8rem;
}
.cm-editor * {
background-color: black !important;
}
.cm-editor, .iframe-wrapper {
padding: 0.3rem 0.5rem;
width: 100%;
@@ -30,11 +26,6 @@ iframe {
box-shadow: 0 0 0 2pt rgba(180, 180, 180, 0.1);
}
.cm-editor .cm-content {
/*outline: 1px red;*/
border-color: red;
}
.cm-editor .cm-cursor {
border-left: 2px solid red;
}