mirror of
https://git.zx2c4.com/cgit
synced 2025-06-20 17:15:44 +02: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
1 changed files with 3 additions and 2 deletions
5
cgit.css
5
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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue