Skip to content

Commit

Permalink
Change text highlighting: this only affects coin code, as it turns ou…
Browse files Browse the repository at this point in the history
…t, everything else printible is non-text
  • Loading branch information
robsimmons committed Aug 29, 2011
1 parent 66e08ff commit 574b0aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gollum/frontend/public/css/highlight-c0.css
@@ -1,6 +1,6 @@
/* Pygments syntax highlighting for C0, Emacs-style */

.highlight { color: #000; background: #fff }
.highlight { color: #070; background: #fff }
.highlight .err { color: #a61717; background-color: #e3d2d2 }

.highlight .cm { color: #998; font-style: italic } /* Comment.Multiline */
Expand Down

0 comments on commit 574b0aa

Please sign in to comment.