mirror of
https://git.zx2c4.com/cgit
synced 2024-11-23 08:58:41 +00:00
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:
parent
3c9e68ed67
commit
8a99af4999
5
cgit.css
5
cgit.css
@ -661,11 +661,12 @@ div#cgit div.footer {
|
|||||||
margin-top: 0.5em;
|
margin-top: 0.5em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
color: #ccc;
|
color: black;
|
||||||
|
opacity: 0.3;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#cgit div.footer a {
|
div#cgit div.footer a {
|
||||||
color: #ccc;
|
color: black;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user