Isarra has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/148548

Change subject: Restore content text contrast
......................................................................

Restore content text contrast

Despite what many designers insist, grey text is not helpful, and in
practice it can significantly impair legibility, especially when used
for larger sections of text. For instance just now I couldn't even read
the i18n manual on mw.org as was. Not good.

Black text fixed it right up, though.

Bug: 66021
Change-Id: If8868a77a8cd4b6d9164fe93c1af44bb78852c34
---
M skins/Vector/variables.less
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/48/148548/1

diff --git a/skins/Vector/variables.less b/skins/Vector/variables.less
index b17d15c..c0ff848 100644
--- a/skins/Vector/variables.less
+++ b/skins/Vector/variables.less
@@ -5,7 +5,7 @@
 @content-border-color: #a7d7f9;
 // FIXME: Find an open font that works with this stack and is readable by 
Windows users
 @content-font-family: sans-serif;
-@content-font-color: #252525;
+@content-font-color: #000;
 @content-font-size: 0.875em;
 @content-line-height: 1.6;
 @content-padding: 1em;

-- 
To view, visit https://gerrit.wikimedia.org/r/148548
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If8868a77a8cd4b6d9164fe93c1af44bb78852c34
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Isarra <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to