diff options
-rw-r--r-- | lib/coderay/styles/alpha.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/coderay/styles/alpha.rb b/lib/coderay/styles/alpha.rb index 49e24d0..bb46b4d 100644 --- a/lib/coderay/styles/alpha.rb +++ b/lib/coderay/styles/alpha.rb @@ -79,8 +79,7 @@ table.CodeRay td { padding: 2px 4px; vertical-align: top; } .ic { color:#B44; font-weight:bold } .il { background-color: hsla(0,0%,0%,0.1); color: black } -.il .idl { font-weight: bold; color: #666 } -.idl { font-weight: bold; background-color: hsla(0,0%,0%,0.1); color: #666; } +.idl { font-weight: bold; color: #666 } .im { color:#f00 } .in { color:#B2B; font-weight:bold } |