From: Christian Hesse <[email protected]>

The footer was nearly invisible, hard to read at best. Let's make it
a bit darker.

Signed-off-by: Christian Hesse <[email protected]>
---
 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;
 }
 
_______________________________________________
CGit mailing list
[email protected]
https://lists.zx2c4.com/mailman/listinfo/cgit

Reply via email to