Apply solarized hacks to the light theme only

main
Mat Gadd 7 years ago committed by Jake Dexheimer
parent 1277a11143
commit c7a71b7b12

@ -152,9 +152,7 @@ class Carbon extends React.Component {
border-left: solid 2px #159588; border-left: solid 2px #159588;
} }
#container :global(.cm-s-solarized) { #container :global(.cm-s-solarized.cm-s-light) {
background-color: #fdf6e3;
color: #657b83;
text-shadow: #eee8d5 0 1px; text-shadow: #eee8d5 0 1px;
box-shadow: none; box-shadow: none;
} }

Loading…
Cancel
Save