Skip to content

Commit

Permalink
minor syntax class updates
Browse files Browse the repository at this point in the history
  • Loading branch information
karloespiritu committed Jun 4, 2015
1 parent 6d2c8f4 commit 6150461
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/css/syntax.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.highlight .c { color: #999; } /* Comment */
.highlight .err { color: #a00; background-color: #faa } /* Error */
.highlight .k { color: #069; } /* Keyword */
.highlight .o { color: #555 } /* Operator */
.highlight .o { color: #999 } /* Operator */
.highlight .cm { color: #09f; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #099 } /* Comment.Preproc */
.highlight .c1 { color: slategray; } /* Comment.Single */
Expand Down Expand Up @@ -34,7 +34,7 @@
.highlight .ne { color: #c00; } /* Name.Exception */
.highlight .nf { color: #c0f } /* Name.Function */
.highlight .nl { color: #99f } /* Name.Label */
.highlight .nx { color: #f8f8f2 } /* Javascript label */
.highlight .nx { color: #ccc } /* Javascript label */
.highlight .nn { color: #0cf; } /* Name.Namespace */
.highlight .nt { color: #2f6f9f; } /* Name.Tag */
.highlight .nv { color: #066 } /* Name.Variable */
Expand Down

0 comments on commit 6150461

Please sign in to comment.