summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2018-06-08 07:19:47 +0200
committerChristian Hesse <mail@eworm.de>2018-06-08 22:12:24 +0200
commit75634c11d05778e45bdd79a0265e8d3d56029e4e (patch)
treec746b00deaf29b9ea03c5e782ad1680e4005c351
parent79b71102686cafa445a624a9d3f52978046105a6 (diff)
downloadcgit-75634c11d05778e45bdd79a0265e8d3d56029e4e.tar.gz
css: darken the footer
The footer was nearly invisible, hard to read at best. Let's make it a bit darker. Signed-off-by: Christian Hesse <mail@eworm.de>
-rw-r--r--cgit.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/cgit.css b/cgit.css
index 05c4530..43f6a5a 100644
--- a/cgit.css
+++ b/cgit.css
@@ -657,11 +657,11 @@ div#cgit div.footer {
margin-top: 0.5em;
text-align: center;
font-size: 80%;
- color: #ccc;
+ color: #888;
}
div#cgit div.footer a {
- color: #ccc;
+ color: #888;
text-decoration: none;
}