commit | 8a99af4999ad8170e7c92c380f6774ee19a712d0 | [log] [tgz] |
---|---|---|
author | Christian Hesse <mail@eworm.de> | Thu Oct 24 00:10:45 2019 +0200 |
committer | Christian Hesse <mail@eworm.de> | Tue Jan 30 09:09:18 2024 +0100 |
tree | 427674c4b1c67c1286d9a7785a674a1615ddb94c | |
parent | 3c9e68ed67b1a62de573470622d32108038e5301 [diff] |
css: make the footer opaque Instead of changing the font color we add opacity to the whole footer. Signed-off-by: Christian Hesse <mail@eworm.de>
diff --git a/cgit.css b/cgit.css index 1b848cf..129006d 100644 --- a/cgit.css +++ b/cgit.css
@@ -661,11 +661,12 @@ 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; }