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>
ch/dynamic-aging
Christian Hesse 5 years ago
parent 3c9e68ed67
commit 8a99af4999

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

Loading…
Cancel
Save