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