diff --git a/client/images/exit.svg b/client/images/exit.svg
index dd19e998..b6c0cc74 100644
--- a/client/images/exit.svg
+++ b/client/images/exit.svg
@@ -5,7 +5,7 @@
-
+
diff --git a/client/styles/components/_editor.scss b/client/styles/components/_editor.scss
index db8c1764..b9ec8bee 100644
--- a/client/styles/components/_editor.scss
+++ b/client/styles/components/_editor.scss
@@ -120,12 +120,10 @@ pre.CodeMirror-line {
width: 100%;
margin-bottom: #{12 / $base-font-size}rem;
@include themify() {
- background-color: getThemifyVariable('search-background-color');
+ color: getThemifyVariable('input-text-color');
+ background-color: getThemifyVariable('input-secondary-background-color');
border: solid 0.5px getThemifyVariable('button-border-color');
}
- &:focus {
- background-color: $white;
- }
}
.CodeMirror-search-count {