diff options
author | murphy <murphy@rubychan.de> | 2011-07-08 15:10:48 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2011-07-08 15:10:48 +0000 |
commit | 0b46fc84bdbd80004eef0fb7e4aa25c4a073c37f (patch) | |
tree | e1f40246180342da036ecf40290d64a6bf8c9dab /lib | |
parent | d338e1b2eceb2dc16474f091263ae9f82f1605db (diff) | |
download | coderay-0b46fc84bdbd80004eef0fb7e4aa25c4a073c37f.tar.gz |
lighter diff background colors
Diffstat (limited to 'lib')
-rw-r--r-- | lib/coderay/styles/alpha.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/coderay/styles/alpha.rb b/lib/coderay/styles/alpha.rb index ed68b29..f072085 100644 --- a/lib/coderay/styles/alpha.rb +++ b/lib/coderay/styles/alpha.rb @@ -135,8 +135,8 @@ table.CodeRay td { padding: 2px 4px; vertical-align: top; } .v { color:#037 } .xt { color:#444 } -.ins { background: hsla(120,100%,50%,0.2) } -.del { background: hsla(0,100%,50%,0.2) } +.ins { background: hsla(120,100%,50%,0.1) } +.del { background: hsla(0,100%,50%,0.1) } .chg { color: #bbf; background: #007; } .head { color: #f8f; background: #505 } .head .filename { color: white; } |