diff options
author | murphy <murphy@rubychan.de> | 2010-04-02 03:42:12 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2010-04-02 03:42:12 +0000 |
commit | 937daf4160cdd8cadf936f7ecb5f575c522e276a (patch) | |
tree | da15f97e0564f6dc46b40821934e3be2bb68c5f8 /lib/coderay/styles | |
parent | 6d82ed6176a8c3e6a80a6fead652ad659a8892db (diff) | |
download | coderay-937daf4160cdd8cadf936f7ecb5f575c522e276a.tar.gz |
Python scanner highlights docstrings as comments (see #190).
Diffstat (limited to 'lib/coderay/styles')
-rw-r--r-- | lib/coderay/styles/alpha.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/coderay/styles/alpha.rb b/lib/coderay/styles/alpha.rb index 24b364a..5e9ebfa 100644 --- a/lib/coderay/styles/alpha.rb +++ b/lib/coderay/styles/alpha.rb @@ -45,6 +45,8 @@ table.CodeRay td { padding: 2px 4px; vertical-align: top; } .av { color:#700 } .bi { color:#509; font-weight:bold } .c { color:#888; } +.c .dl { color:#444; } +.c .ch { color:#444; } .ch { color:#04D } .ch .k { color:#04D } |