diff --git a/src/editor/styles/codeView.scss b/src/editor/styles/codeView.scss index 068804f..97f55dd 100644 --- a/src/editor/styles/codeView.scss +++ b/src/editor/styles/codeView.scss @@ -3,4 +3,8 @@ max-height: var(--themer-preview-height); overflow: auto; margin-bottom: 20px; + + code { + background: unset; + } }