List for cgit developers and users
 help / color / mirror / Atom feed
* [PATCH 1/1] css: darken the footer
@ 2018-06-08  5:21 list
  2018-07-02  7:11 ` list
  0 siblings, 1 reply; 4+ messages in thread
From: list @ 2018-06-08  5:21 UTC (permalink / raw)


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;
 }
 


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-07-04  6:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-08  5:21 [PATCH 1/1] css: darken the footer list
2018-07-02  7:11 ` list
2018-07-03 18:55   ` Jason
2018-07-04  6:04     ` list

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).