aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2019-10-24 00:10:45 +0200
committerChristian Hesse <mail@eworm.de>2022-12-19 17:57:28 +0100
commit9618ad50647d41a5313505a333502d7edd9ed07c (patch)
tree1d931680b62e54aa1854f1fd2e38bacbeee14d0d
parentui-shared: add now-dynamic age to footer (diff)
downloadcgit-9618ad50647d41a5313505a333502d7edd9ed07c.tar.xz
cgit-9618ad50647d41a5313505a333502d7edd9ed07c.zip
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>
-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;
}