[PATCH 1/1] css: darken the footer
Christian Hesse
list at eworm.de
Fri Jun 8 07:21:12 CEST 2018
From: Christian Hesse <mail at eworm.de>
The footer was nearly invisible, hard to read at best. Let's make it
a bit darker.
Signed-off-by: Christian Hesse <mail at eworm.de>
---
cgit.css | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cgit.css b/cgit.css
index 217a05a..1fc751b 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;
}
More information about the CGit
mailing list