aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2019-10-24 00:10:45 +0200
committerChristian Hesse <mail@eworm.de>2021-03-14 23:18:22 +0100
commit8c6e37f5fdbcd60251e51abb8058efee6c8c8a13 (patch)
tree1626f6d48d7a9adb8e45ff50b481a6ad93dd17a1
parent6375eddc8a4e0307d8e719f3032fed2e99b24ec8 (diff)
downloadcgit-ch/dynamic-aging.tar.gz
cgit-ch/dynamic-aging.tar.zst
cgit-ch/dynamic-aging.zip
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.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/cgit.css b/cgit.css
index dfa144d..58416fa 100644
--- a/cgit.css
+++ b/cgit.css
@@ -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;
}