From mboxrd@z Thu Jan 1 00:00:00 1970 From: list at eworm.de (Christian Hesse) Date: Fri, 8 Jun 2018 07:21:12 +0200 Subject: [PATCH 1/1] css: darken the footer Message-ID: <20180608052112.12231-1-list@eworm.de> From: Christian Hesse The footer was nearly invisible, hard to read at best. Let's make it a bit darker. Signed-off-by: Christian Hesse --- cgit.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cgit.css b/cgit.css index 217a05a..1fc751b 100644 --- a/cgit.css +++ b/cgit.css @@ -657,11 +657,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: #888; text-decoration: none; }