summaryrefslogtreecommitdiff
path: root/lib/coderay/styles
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2013-06-22 23:42:30 +0200
committerKornelius Kalnbach <murphy@rubychan.de>2013-06-22 23:42:30 +0200
commit5d1812b9d0e1074eb9ec7b24d6ce0f4f7f80619a (patch)
tree8accb74f218e667ba5c56a6e7ebd9f377a8ea411 /lib/coderay/styles
parent366a02754ca0a2d4ffeb06eeddc8733cea57643e (diff)
downloadcoderay-5d1812b9d0e1074eb9ec7b24d6ce0f4f7f80619a.tar.gz
tags should be bold
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 }