From 5b09b7b61368fc80425c8b0731dcc2ce998016e1 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Thu, 16 Feb 2023 10:28:01 -0800 Subject: [PATCH] Oops, fix color --- src/Editor.css | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/Editor.css b/src/Editor.css index 898a2d41..58adf7fa 100644 --- a/src/Editor.css +++ b/src/Editor.css @@ -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; }