Merge branch 'MDL-59448-master' of https://github.com/xow/moodle

This commit is contained in:
David Monllao
2017-08-08 04:25:06 +02:00
2 changed files with 3 additions and 0 deletions
+1
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;
+2
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.