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>2025-04-27 11:01:08 +0200
commit43939110959a719b0b346780e8f0d0c028320180 (patch)
treece409293a633a8e9fa26834e05616bc38e79c265 /cgit.css
parentFix test script, serve resources (diff)
downloadcgit-magenta-43939110959a719b0b346780e8f0d0c028320180.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; } }