about summary refs log tree commit diff
path: root/cgit.css
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-04-27 11:01:08 +0200
committerRory& <root@rory.gay>2026-02-06 14:14:41 +0100
commitddabab8f413764771924aabd56711aea2081b94c (patch)
treebe73e8ee63d0d082519a486c3d5b49e88e7756a0 /cgit.css
parentFix test script, serve resources (diff)
downloadcgit-magenta-ddabab8f413764771924aabd56711aea2081b94c.tar.xz
Sendfile, minor fixes in static file support, spawn more processes in test, css fixes
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/cgit.css b/cgit.css

index f9a3165..2574563 100644 --- a/cgit.css +++ b/cgit.css
@@ -991,4 +991,6 @@ div#cgit table.ssdiff td.space div { div#cgit table.ssdiff td.head { border-top-color: #555; border-bottom-color: #555; } div#cgit table.ssdiff td.head div.head { color: #eee; } div#cgit table.ssdiff td.foot { border-top-color: #555; } + div#cgit table.diff td span.head { color: #eee; } + div#cgit table.diff td span.hunk { color: #44f; } }