aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2019-10-24 00:10:45 +0200
committerChristian Hesse <mail@eworm.de>2024-01-30 09:09:18 +0100
commit8a99af4999ad8170e7c92c380f6774ee19a712d0 (patch)
tree427674c4b1c67c1286d9a7785a674a1615ddb94c
parentui-shared: add now-dynamic age to footer (diff)
downloadcgit-ch/dynamic-aging.tar.xz
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 1b848cf..129006d 100644
--- a/cgit.css
+++ b/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;
}