summaryrefslogtreecommitdiff
path: root/lib/coderay/styles
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2013-06-22 23:43:29 +0200
committerKornelius Kalnbach <murphy@rubychan.de>2013-06-22 23:43:29 +0200
commitffe0c90999c0b7255a5dfc608c84e683440475b1 (patch)
treedaa3914a8ff8f3272c7838dc4f057c4589126d85 /lib/coderay/styles
parent196b7296666c12b0c04fa6b8dc42e46ed9331432 (diff)
parent2abfc49bdc9a9f4e86c90aa968c302ca76c20812 (diff)
downloadcoderay-ffe0c90999c0b7255a5dfc608c84e683440475b1.tar.gz
Merge branch 'master' into cleanup-output
Diffstat (limited to 'lib/coderay/styles')
-rw-r--r--lib/coderay/styles/alpha.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/coderay/styles/alpha.rb b/lib/coderay/styles/alpha.rb
index 9a94091..f4d07f1 100644
--- a/lib/coderay/styles/alpha.rb
+++ b/lib/coderay/styles/alpha.rb
@@ -123,7 +123,7 @@ table.CodeRay td { padding: 2px 4px; vertical-align: top; }
.symbol { color:#A60 }
.symbol .content { color:#A60 }
.symbol .delimiter { color:#630 }
-.tag { color:#070 }
+.tag { color:#070; font-weight:bold }
.type { color:#339; font-weight:bold }
.value { color: #088 }
.variable { color:#037 }