VolkerE has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/372585 )
Change subject: Replace grey with WikimediaUI palette color one ...................................................................... Replace grey with WikimediaUI palette color one Replacing `#4d4d4d` with `#444`, which is `color-base` var modifier. We're going for a very similar color for now, instead of `#54595d` as with current background we want to still ensure WCAG 2.0 level AAA conformance as it's right now in order to not be disruptive. Bug: T153043 Change-Id: I4c8caac9d829d8a3a351fc78181279ed35ed15a9 --- M variables.less 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/Vector refs/changes/85/372585/1 diff --git a/variables.less b/variables.less index 8b40cb8..4555136 100755 --- a/variables.less +++ b/variables.less @@ -31,7 +31,7 @@ @menu-main-font-size: inherit; @menu-main-heading-font-size: 0.75em; -@menu-main-heading-color: #4d4d4d; +@menu-main-heading-color: #444; @menu-main-body-font-size: 0.75em; @menu-main-body-link-color: #0645ad; -- To view, visit https://gerrit.wikimedia.org/r/372585 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4c8caac9d829d8a3a351fc78181279ed35ed15a9 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/skins/Vector Gerrit-Branch: master Gerrit-Owner: VolkerE <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
