aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.css
diff options
context:
space:
mode:
authorGravatar Jason A. Donenfeld <Jason@zx2c4.com>2013-05-28 04:39:43 (JST)
committerGravatar Jason A. Donenfeld <Jason@zx2c4.com>2013-05-28 04:54:16 (JST)
commit8149be213f1c8f52b0dbe6c213f6073af57fa954 (patch)
treee4d0315f53022bb7335f782ad394d8e7602f1b52 /cgit.css
parentdcbc0438b2543a733858d62170f3110a89edbed6 (diff)
downloadcgit-8149be213f1c8f52b0dbe6c213f6073af57fa954.zip
cgit-8149be213f1c8f52b0dbe6c213f6073af57fa954.tar.gz
filters: import more modern scripts
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css14
1 files changed, 0 insertions, 14 deletions
diff --git a/cgit.css b/cgit.css
index a50d62b..d467c66 100644
--- a/cgit.css
+++ b/cgit.css
@@ -800,17 +800,3 @@ div#cgit table.ssdiff td.space {
800div#cgit table.ssdiff td.space div { 800div#cgit table.ssdiff td.space div {
801 min-height: 3em; 801 min-height: 3em;
802} 802}
803
804/* Syntax highlighting */
805div#cgit table.blob .num { color:#2928ff; }
806div#cgit table.blob .esc { color:#ff00ff; }
807div#cgit table.blob .str { color:#ff0000; }
808div#cgit table.blob .dstr { color:#818100; }
809div#cgit table.blob .slc { color:#838183; font-style:italic; }
810div#cgit table.blob .com { color:#838183; font-style:italic; }
811div#cgit table.blob .dir { color:#008200; }
812div#cgit table.blob .sym { color:#000000; }
813div#cgit table.blob .kwa { color:#000000; font-weight:bold; }
814div#cgit table.blob .kwb { color:#830000; }
815div#cgit table.blob .kwc { color:#000000; font-weight:bold; }
816div#cgit table.blob .kwd { color:#010181; }