]> granicus.if.org Git - cgit/commitdiff
css: make the footer opaque ch/dynamic-aging
authorChristian Hesse <mail@eworm.de>
Wed, 23 Oct 2019 22:10:45 +0000 (00:10 +0200)
committerChristian Hesse <mail@eworm.de>
Mon, 19 Dec 2022 16:57:28 +0000 (17:57 +0100)
Instead of changing the font color we add opacity to
the whole footer.

Signed-off-by: Christian Hesse <mail@eworm.de>
cgit.css

index 1b848cf712c9e93c3c29e299008786d6edae87d4..129006d3bed48d7b8341bcc25208a33e1bfb2a7f 100644 (file)
--- 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;
 }