List for cgit developers and users
 help / color / mirror / Atom feed
From: mailings at hupie.com (Ferry Huberts)
Subject: [PATCH 3/3] css: force text color to black on decorations
Date: Tue,  6 Mar 2012 23:26:07 +0100	[thread overview]
Message-ID: <1331072767-4512-3-git-send-email-mailings@hupie.com> (raw)
In-Reply-To: <1331072767-4512-1-git-send-email-mailings@hupie.com>

From: Ferry Huberts <ferry.huberts at pelagic.nl>

improves readability when embedding into a page that
has the text color set to a different color

Signed-off-by: Ferry Huberts <ferry.huberts at pelagic.nl>
---
 cgit.css |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/cgit.css b/cgit.css
index 51b04fe..8ecb73f 100644
--- a/cgit.css
+++ b/cgit.css
@@ -582,24 +582,28 @@ div#cgit div.footer {
 	color: #ccc;
 }
 div#cgit a.branch-deco {
+	color: #000;
 	margin: 0px 0.5em;
 	padding: 0px 0.25em;
 	background-color: #88ff88;
 	border: solid 1px #007700;
 }
 div#cgit a.tag-deco {
+	color: #000;
 	margin: 0px 0.5em;
 	padding: 0px 0.25em;
 	background-color: #ffff88;
 	border: solid 1px #777700;
 }
 div#cgit a.remote-deco {
+	color: #000;
 	margin: 0px 0.5em;
 	padding: 0px 0.25em;
 	background-color: #ccccff;
 	border: solid 1px #000077;
 }
 div#cgit a.deco {
+	color: #000;
 	margin: 0px 0.5em;
 	padding: 0px 0.25em;
 	background-color: #ff8888;
-- 
1.7.7.6





      parent reply	other threads:[~2012-03-06 22:26 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-19 17:36 css prefixing mailings
2012-02-20 10:35 ` [PATCH 1/3] css: prefix all styles with div#cgit mailings
2012-02-20 10:35   ` [PATCH 2/3] css: vertically align the cgit logo image mailings
2012-02-20 10:35   ` [PATCH 3/3] css: force text color to black on decorations mailings
2012-02-20 12:02 ` css prefixing mailings
2012-03-06 22:26 ` [PATCH 1/3] css: prefix all styles with div#cgit mailings
2012-03-06 22:26   ` [PATCH 2/3] css: vertically align the cgit logo image mailings
2012-03-06 22:26   ` mailings [this message]

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=1331072767-4512-3-git-send-email-mailings@hupie.com \
    --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).