diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2013-06-22 23:42:30 +0200 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2013-06-22 23:42:30 +0200 |
commit | 5d1812b9d0e1074eb9ec7b24d6ce0f4f7f80619a (patch) | |
tree | 8accb74f218e667ba5c56a6e7ebd9f377a8ea411 /lib/coderay/styles | |
parent | 366a02754ca0a2d4ffeb06eeddc8733cea57643e (diff) | |
download | coderay-5d1812b9d0e1074eb9ec7b24d6ce0f4f7f80619a.tar.gz |
tags should be bold
Diffstat (limited to 'lib/coderay/styles')
-rw-r--r-- | lib/coderay/styles/alpha.rb | 2 |
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 } |