diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2013-06-22 23:43:29 +0200 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2013-06-22 23:43:29 +0200 |
commit | ffe0c90999c0b7255a5dfc608c84e683440475b1 (patch) | |
tree | daa3914a8ff8f3272c7838dc4f057c4589126d85 /lib/coderay/styles | |
parent | 196b7296666c12b0c04fa6b8dc42e46ed9331432 (diff) | |
parent | 2abfc49bdc9a9f4e86c90aa968c302ca76c20812 (diff) | |
download | coderay-ffe0c90999c0b7255a5dfc608c84e683440475b1.tar.gz |
Merge branch 'master' into cleanup-output
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 } |