Skip to content

Commit

Permalink
Fix solarized
Browse files Browse the repository at this point in the history
Closes #134
  • Loading branch information
mfix22 committed Nov 3, 2017
1 parent 9435c75 commit e55217f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/Meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ export default () => (
rel="stylesheet"
href="//cdnjs.cloudflare.com/ajax/libs/codemirror/5.26.0/codemirror.min.css"
/>
<link
rel="stylesheet"
href={`//cdnjs.cloudflare.com/ajax/libs/codemirror/5.30.0/theme/solarized.min.css`}
/>
{THEMES.filter(t => t.hasStylesheet !== false).map((theme, i) => (
<link
key={i}
Expand Down

0 comments on commit e55217f

Please sign in to comment.