From: Christian Hesse Date: Wed, 23 Oct 2019 22:10:45 +0000 (+0200) Subject: css: make the footer opaque X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9618ad50647d41a5313505a333502d7edd9ed07c;p=cgit css: make the footer opaque Instead of changing the font color we add opacity to the whole footer. Signed-off-by: Christian Hesse --- diff --git a/cgit.css b/cgit.css index 1b848cf..129006d 100644 --- a/cgit.css +++ b/cgit.css @@ -661,11 +661,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; }