about summary refs log tree commit diff
path: root/cgit.css
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-03-12 11:27:15 +0100
committerRory& <root@rory.gay>2025-03-12 11:27:15 +0100
commite4b7c6fa027aaad8d23281b0c334c546192086a9 (patch)
tree070850dd6a5b38a168998918ebf742bd7b38b71e /cgit.css
parentUpdate git to 2.48.1 (diff)
downloadcgit-magenta-e4b7c6fa027aaad8d23281b0c334c546192086a9.tar.xz
Increase footer contrast
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/cgit.css b/cgit.css

index 51ddbf8..b729bf9 100644 --- a/cgit.css +++ b/cgit.css
@@ -649,11 +649,11 @@ div#cgit div.footer { margin-top: 0.5em; text-align: center; font-size: 80%; - color: #ccc; + color: #888; } div#cgit div.footer a { - color: #ccc; + color: #777; text-decoration: none; }