Skip to content

Commit

Permalink
Add highlight color to Chroma css, take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Sep 24, 2017
1 parent 54cf963 commit c735cec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/css/_chroma.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Background */ .chroma { background-color: #f0f0f0 }
/* Error */ .chroma .ss4 { }
/* LineHighlight */ .chroma .hl { color: #ffffcc; display: block; width: 100% }
/* LineHighlight */ .chroma .hl { background-color: #ffffcc; display: block; width: 100% }
/* LineNumbers */ .chroma .ln { ; margin-right: 0.4em; padding: 0 0.4em 0 0.4em; }
/* Keyword */ .chroma .s3e8 { color: #007020; font-weight: bold }
/* KeywordPseudo */ .chroma .s3ec { color: #007020 }
Expand Down
2 changes: 1 addition & 1 deletion static/dist/main.css

Large diffs are not rendered by default.

0 comments on commit c735cec

Please sign in to comment.