Skip to content

Commit

Permalink
Apply solarized hacks to the light theme only
Browse files Browse the repository at this point in the history
  • Loading branch information
Drarok authored and jakedex committed Oct 23, 2017
1 parent 1277a11 commit c7a71b7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions components/Carbon.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit c7a71b7

Please sign in to comment.