MDL-59448 boost: Make info colour accessible and match default primary
authorJohn Okely <jlokely@gmail.com>
Mon, 24 Jul 2017 08:06:08 +0000 (16:06 +0800)
committerJohn Okely <jlokely@gmail.com>
Tue, 8 Aug 2017 00:37:46 +0000 (08:37 +0800)
theme/boost/scss/preset/default.scss
theme/boost/upgrade.txt

index 12eb66f..c4a8a15 100644 (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;
index e4f48a8..7055f16 100644 (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.