From 8c6e37f5fdbcd60251e51abb8058efee6c8c8a13 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 24 Oct 2019 00:10:45 +0200 Subject: css: make the footer opaque Instead of changing the font color we add opacity to the whole footer. Signed-off-by: Christian Hesse --- cgit.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cgit.css b/cgit.css index dfa144d..58416fa 100644 --- a/cgit.css +++ b/cgit.css @@ -657,11 +657,12 @@ div#cgit div.footer { margin-top: 0.5em; text-align: center; font-size: 80%; - color: #ccc; + color: black; + opacity: 0.3; } div#cgit div.footer a { - color: #ccc; + color: black; text-decoration: none; } -- cgit v1.2.3