Fdans has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/398459 )
Change subject: Use WikimediaUI color palette in header ...................................................................... Use WikimediaUI color palette in header and increasing the contrast See https://phabricator.wikimedia.org/M82 Change-Id: I9948ed8929430494045e1f7af389a832c981576d --- M src/components/dashboard/DashboardArea.vue 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: jenkins-bot: Verified Fdans: Looks good to me, approved Thiemo Kreuz (WMDE): Looks good to me, but someone else must approve diff --git a/src/components/dashboard/DashboardArea.vue b/src/components/dashboard/DashboardArea.vue index 02d9b3e..02434ef 100644 --- a/src/components/dashboard/DashboardArea.vue +++ b/src/components/dashboard/DashboardArea.vue @@ -31,8 +31,8 @@ <style scoped> .area .ui.top.attached.header { - background-color: #E8E8E8; - color: #4A4A4A; + background-color: #eaecf0; + color: #222; font-size: 18px; font-weight: normal; padding: 7px 21px; -- To view, visit https://gerrit.wikimedia.org/r/398459 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I9948ed8929430494045e1f7af389a832c981576d Gerrit-PatchSet: 2 Gerrit-Project: analytics/wikistats2 Gerrit-Branch: master Gerrit-Owner: Ladsgroup <[email protected]> Gerrit-Reviewer: Fdans <[email protected]> Gerrit-Reviewer: Milimetric <[email protected]> Gerrit-Reviewer: Thiemo Kreuz (WMDE) <[email protected]> Gerrit-Reviewer: VolkerE <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
