List for cgit developers and users
 help / color / mirror / Atom feed
From: list at eworm.de (Christian Hesse)
Subject: [PATCH 1/1] css: darken the footer
Date: Fri,  8 Jun 2018 07:21:12 +0200	[thread overview]
Message-ID: <20180608052112.12231-1-list@eworm.de> (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;
 }
 


             reply	other threads:[~2018-06-08  5:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-08  5:21 list [this message]
2018-07-02  7:11 ` list
2018-07-03 18:55   ` Jason
2018-07-04  6:04     ` list

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180608052112.12231-1-list@eworm.de \
    --to=cgit@lists.zx2c4.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).