From 2f7d4be7320321b1c7e0fa5cb8079c46c224b8fd Mon Sep 17 00:00:00 2001 From: Rory& Date: Wed, 12 Mar 2025 11:27:15 +0100 Subject: Increase footer contrast --- cgit.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cgit.css') 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; } -- cgit 1.5.1