diff options
| author | Christian Hesse <mail@eworm.de> | 2019-10-24 00:10:45 +0200 |
|---|---|---|
| committer | Christian Hesse <mail@eworm.de> | 2022-04-12 17:46:05 +0200 |
| commit | fc6a79263db59a01487dc6a83aee59ca2f3c8071 (patch) | |
| tree | c0a50f5f6744d920aaa0ab662672371b468cf83f | |
| parent | 6e547d08477a3b73e7ba1d1ea9cfd8012be91df5 (diff) | |
css: make the footer opaquech/dynamic-aging
Instead of changing the font color we add opacity to
the whole footer.
Signed-off-by: Christian Hesse <mail@eworm.de>
| -rw-r--r-- | cgit.css | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -657,11 +657,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; } |
