diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2012-06-19 17:08:07 +0200 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2012-06-19 17:08:07 +0200 |
commit | 3dd61402fdbabd2574dd79f2b287f629ec9f4782 (patch) | |
tree | 99f7f48c3ccb9a67260fc74fe554710c79b2172a /lib/coderay/styles | |
parent | c91e35e65c5c1551a7a10538d690405dd8ebfa96 (diff) | |
parent | 501df7613c67bcd743eaa00071f0dbb179607394 (diff) | |
download | coderay-3dd61402fdbabd2574dd79f2b287f629ec9f4782.tar.gz |
Merge remote-tracking branch 'Quintus/luascanner-onecommit' into lua-scanner
Diffstat (limited to 'lib/coderay/styles')
-rw-r--r-- | lib/coderay/styles/alpha.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/coderay/styles/alpha.rb b/lib/coderay/styles/alpha.rb index 8506d10..257083e 100644 --- a/lib/coderay/styles/alpha.rb +++ b/lib/coderay/styles/alpha.rb @@ -116,6 +116,9 @@ table.CodeRay td { padding: 2px 4px; vertical-align: top; } .symbol .content { color:#A60 } .symbol .delimiter { color:#630 } .symbol { color:#A60 } +.table .content { color:#808 } +.table .delimiter { color:#40A} +.table { background-color:hsla(200,100%,50%,0.06); } .tag { color:#070 } .type { color:#339; font-weight:bold } .value { color: #088; } |