MDL-59448 boost: Make info colour accessible and match default primary

This commit is contained in:
John Okely 2017-07-24 16:06:08 +08:00
parent 2fd7cdbe83
commit 8b0e965d30
2 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,7 @@ $gray-lighter: #eceeef !default;
$gray-lightest: #f7f7f9 !default;
$brand-primary: #1177d1 !default;
$brand-info: #ad53b2 !default;
$brand-success: #77b300 !default;
$brand-warning: #ff8800 !default;
$brand-danger: #ff4136 !default;

View File

@ -5,3 +5,5 @@ information provided here is intended especially for theme designers.
* For improved accessibility, the footer links for boost have been changed to use $bg-inverse-link-color (defaults to white) and
now have an underline text-decoration. To override the link colour simply set $bg-inverse-link-color in your preset file or
theme scss.
* To match the new primary colour we are switching to using the UX pallette, which uses a purple colour for info. To override,
set $brand-info in your preset file or theme scss.