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>2026-02-06 14:13:44 +0100
commit2f7d4be7320321b1c7e0fa5cb8079c46c224b8fd (patch)
tree814e1cbeb4b755015fc675b03cac7753c58ec25c /cgit.css
parentUpdate git to 2.48.1 (diff)
downloadcgit-magenta-2f7d4be7320321b1c7e0fa5cb8079c46c224b8fd.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; }