mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 20:42:22 +02:00
MDL-59448 boost: Make info colour accessible and match default primary
This commit is contained in:
parent
2fd7cdbe83
commit
8b0e965d30
@ -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;
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user