From: Volker E Date: Tue, 12 Sep 2017 05:00:20 +0000 (-0700) Subject: Replace autocomment color with WCAG conformant WikimediaUI palette one X-Git-Tag: 1.31.0-rc.0~2143^2 X-Git-Url: https://git.cyclocoop.org/admin/Duna?a=commitdiff_plain;h=4a2f3e675843d667c46c417fe7efc43a83e4b2ff;p=lhc%2Fweb%2Fwiklou.git 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 --- 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,