From c4b09d58a9c7977df259f04c5d7b9d73c63d2f21 Mon Sep 17 00:00:00 2001 From: Jake Dexheimer Date: Sat, 23 Sep 2017 13:30:41 -0700 Subject: [PATCH] Fix solarized theme --- components/Carbon.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/Carbon.js b/components/Carbon.js index 17f356b..624307b 100644 --- a/components/Carbon.js +++ b/components/Carbon.js @@ -111,6 +111,10 @@ class Carbon extends React.Component { border-left: solid 2px #159588; } + #container :global(.cm-s-solarized) { + box-shadow: none; + } + #container :global(.CodeMirror__container.dropshadow) { box-shadow: 0px 3px 15px rgba(0,0,0,0.3); border-radius: 5px;