From c7a71b7b12aa5e719e13e8e8c547953de735a06e Mon Sep 17 00:00:00 2001 From: Mat Gadd Date: Fri, 20 Oct 2017 17:46:50 +0100 Subject: [PATCH] Apply solarized hacks to the light theme only --- components/Carbon.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/components/Carbon.js b/components/Carbon.js index c24d735..0b96bfd 100644 --- a/components/Carbon.js +++ b/components/Carbon.js @@ -152,9 +152,7 @@ class Carbon extends React.Component { border-left: solid 2px #159588; } - #container :global(.cm-s-solarized) { - background-color: #fdf6e3; - color: #657b83; + #container :global(.cm-s-solarized.cm-s-light) { text-shadow: #eee8d5 0 1px; box-shadow: none; }