summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2011-03-07 22:47:54 +0000
committermurphy <murphy@rubychan.de>2011-03-07 22:47:54 +0000
commit005008c61b3a828434c6fd214a5b81461d1b9ef6 (patch)
tree1822917fc4202b8c196464fa6b5b897f6d02571a /lib
parentca6fe10b028403347d25911e220d872679cc1a82 (diff)
downloadcoderay-005008c61b3a828434c6fd214a5b81461d1b9ef6.tar.gz
fixed highlighted numbers in alpha style
Diffstat (limited to 'lib')
-rw-r--r--lib/coderay/styles/alpha.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/coderay/styles/alpha.rb b/lib/coderay/styles/alpha.rb
index d7b9da0..0127c8f 100644
--- a/lib/coderay/styles/alpha.rb
+++ b/lib/coderay/styles/alpha.rb
@@ -39,7 +39,8 @@ table.CodeRay td { padding: 2px 4px; vertical-align: top; }
text-decoration: none !important;
}
.CodeRay .line_numbers a:target, .CodeRay .no a:target { color: blue !important; }
-.CodeRay .line_numbers .highlighted, .CodeRay .no .highlighted { color: red; }
+.CodeRay .line_numbers .highlighted, .CodeRay .no .highlighted { color: red !important; }
+.CodeRay .line_numbers .highlighted a, .CodeRay .no .highlighted a { color: red !important; }
.CodeRay .no { padding: 0px 4px; }
.CodeRay .line { display: block; float: left; width: 100%; }
.CodeRay .code { width: 100%; }