diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2013-05-27 23:39:43 +0400 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2013-05-27 23:54:16 +0400 |
commit | 8149be213f1c8f52b0dbe6c213f6073af57fa954 (patch) | |
tree | e4d0315f53022bb7335f782ad394d8e7602f1b52 /cgit.css | |
parent | dcbc0438b2543a733858d62170f3110a89edbed6 (diff) |
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 { div#cgit table.ssdiff td.space div { min-height: 3em; } - -/* Syntax highlighting */ -div#cgit table.blob .num { color:#2928ff; } -div#cgit table.blob .esc { color:#ff00ff; } -div#cgit table.blob .str { color:#ff0000; } -div#cgit table.blob .dstr { color:#818100; } -div#cgit table.blob .slc { color:#838183; font-style:italic; } -div#cgit table.blob .com { color:#838183; font-style:italic; } -div#cgit table.blob .dir { color:#008200; } -div#cgit table.blob .sym { color:#000000; } -div#cgit table.blob .kwa { color:#000000; font-weight:bold; } -div#cgit table.blob .kwb { color:#830000; } -div#cgit table.blob .kwc { color:#000000; font-weight:bold; } -div#cgit table.blob .kwd { color:#010181; } |