From 4a2f3e675843d667c46c417fe7efc43a83e4b2ff Mon Sep 17 00:00:00 2001 From: Volker E Date: Mon, 11 Sep 2017 22:00:20 -0700 Subject: [PATCH] Replace autocomment color with WCAG conformant WikimediaUI palette one Replacing outdated `.autocomment` color with WCAG level AA conformant one from WikimediaUI color palette and also replace `.wikitable`'s color with normal text color. Black is to be used solely on emphasized UI elements and we're remaining high contrast level. Follow-up to Ide230784be654def9f120d5242d036f7423e65b2 Bug: T152025 Change-Id: I8e860b53481caf03e11f9bcdd836a80c3a2fc39f --- resources/src/mediawiki.legacy/shared.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/src/mediawiki.legacy/shared.css b/resources/src/mediawiki.legacy/shared.css index c6ad65566c..9930525f08 100644 --- a/resources/src/mediawiki.legacy/shared.css +++ b/resources/src/mediawiki.legacy/shared.css @@ -278,7 +278,7 @@ p.mw-delete-editreasons { /* The auto-generated edit comments */ .autocomment { - color: #808080; + color: #72777d; } /** Generic minor/bot/newpage styling (recent changes) */ @@ -361,11 +361,11 @@ a.mw-selflink:visited { * keep in sync with commonPrint.css */ table.wikitable { - margin: 1em 0; background-color: #f8f9fa; + color: #222; + margin: 1em 0; border: 1px solid #a2a9b1; border-collapse: collapse; - color: #000; } table.wikitable > tr > th, -- 2.20.1