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>
This commit is contained in:
Christian Hesse 2019-10-24 00:10:45 +02:00
parent 3c9e68ed67
commit 8a99af4999

View File

@ -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;
}