diff options
author | Jason A. Donenfeld | 2013-05-27 21:39:43 +0200 |
---|---|---|
committer | Jason A. Donenfeld | 2013-05-27 21:54:16 +0200 |
commit | 8149be213f1c8f52b0dbe6c213f6073af57fa954 (patch) | |
tree | e4d0315f53022bb7335f782ad394d8e7602f1b52 /cgit.css | |
parent | dcbc0438b2543a733858d62170f3110a89edbed6 (diff) | |
download | cgit-8149be213f1c8f52b0dbe6c213f6073af57fa954.tar.gz cgit-8149be213f1c8f52b0dbe6c213f6073af57fa954.tar.bz2 cgit-8149be213f1c8f52b0dbe6c213f6073af57fa954.zip |
filters: import more modern scripts
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'cgit.css')
-rw-r--r-- | cgit.css | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -800,17 +800,3 @@ div#cgit table.ssdiff td.space { | |||
800 | div#cgit table.ssdiff td.space div { | 800 | div#cgit table.ssdiff td.space div { |
801 | min-height: 3em; | 801 | min-height: 3em; |
802 | } | 802 | } |
803 | |||
804 | /* Syntax highlighting */ | ||
805 | div#cgit table.blob .num { color:#2928ff; } | ||
806 | div#cgit table.blob .esc { color:#ff00ff; } | ||
807 | div#cgit table.blob .str { color:#ff0000; } | ||
808 | div#cgit table.blob .dstr { color:#818100; } | ||
809 | div#cgit table.blob .slc { color:#838183; font-style:italic; } | ||
810 | div#cgit table.blob .com { color:#838183; font-style:italic; } | ||
811 | div#cgit table.blob .dir { color:#008200; } | ||
812 | div#cgit table.blob .sym { color:#000000; } | ||
813 | div#cgit table.blob .kwa { color:#000000; font-weight:bold; } | ||
814 | div#cgit table.blob .kwb { color:#830000; } | ||
815 | div#cgit table.blob .kwc { color:#000000; font-weight:bold; } | ||
816 | div#cgit table.blob .kwd { color:#010181; } | ||