Skip to content

Commit

Permalink
change header and link colours, fixes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeInnes committed Jun 22, 2014
1 parent 6489772 commit cf220e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions css/june-night.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@
.cm-s-june-night span.cm-attribute {
color: #00c; }
.cm-s-june-night span.cm-header {
color: blue; }
color: #FFCC99; }
.cm-s-june-night span.cm-quote {
color: #090; }
.cm-s-june-night span.cm-hr {
color: #999; }
.cm-s-june-night span.cm-link {
color: #00c; }
color: #FFCC99; }
.cm-s-june-night span.cm-symbol {
color: #fff; }
.cm-s-june-night span.cm-fade {
Expand Down
4 changes: 2 additions & 2 deletions sass/june-night.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
&.cm-bracket {color: #997;}
&.cm-tag {color: #93e0e3;}
&.cm-attribute {color: #00c;}
&.cm-header {color: blue;}
&.cm-header {color: #FFCC99;}
&.cm-quote {color: #090;}
&.cm-hr {color: #999;}
&.cm-link {color: #00c;}
&.cm-link {color: #FFCC99;}
&.cm-symbol {color: #fff;}

/* Unorthodox styles */
Expand Down

0 comments on commit cf220e7

Please sign in to comment.