unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
* [PATCH] contrib/css/216light: increase contrast of normal text
@ 2021-05-16  8:20 Yaseen Mowzer
  2021-05-16  8:43 ` [PATCH v2] " Yaseen Mowzer
  0 siblings, 1 reply; 6+ messages in thread
From: Yaseen Mowzer @ 2021-05-16  8:20 UTC (permalink / raw)
  To: meta; +Cc: Yaseen Mowzer

On my monitor #333 on #fff is a little bit hard to read. I think normal
text should just be #000.

The head style [1] uses the contrast between #333 and #000 for emphasis,
after this change the emphasis will be lost. It's really subtle
emphasis, so it's not a huge loss.

    [1]    *.head { color:#000 }
---
 contrib/css/216light.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/css/216light.css b/contrib/css/216light.css
index c66cfdfe..fa257339 100644
--- a/contrib/css/216light.css
+++ b/contrib/css/216light.css
@@ -4,7 +4,7 @@
  * Suitable for print, and blinding people with brightness.
  * Haphazardly thrown together because bright colors hurt my eyes
  */
-* { background:#fff; color:#333 }
+* { background:#fff; color:#000 }
 
 /*
  * Underlined links add visual noise which make them hard-to-read.
-- 
2.31.1


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

end of thread, other threads:[~2021-05-17 16:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-16  8:20 [PATCH] contrib/css/216light: increase contrast of normal text Yaseen Mowzer
2021-05-16  8:43 ` [PATCH v2] " Yaseen Mowzer
2021-05-17  1:52   ` Eric Wong
2021-05-17  6:17     ` Yaseen Mowzer
2021-05-17  8:16       ` Eric Wong
2021-05-17 16:40         ` Yaseen Mowzer

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 read-only IMAP folder(s) and NNTP newsgroup(s).