mirror of
https://github.com/moodle/moodle.git
synced 2025-04-11 19:42:35 +02:00
MDL-58889 boost: Make text and link colours AA compliant
We have to choose a colour that is 4.5:1 against white and 3:1 against the text colour. I darkened the link colour somewhat and darkened the text colour
This commit is contained in:
parent
8146b1f06d
commit
5918f31e32
@ -12,7 +12,7 @@ $gray-light: #818a91 !default;
|
||||
$gray-lighter: #eceeef !default;
|
||||
$gray-lightest: #f7f7f9 !default;
|
||||
|
||||
$brand-primary: #00acdf !default;
|
||||
$brand-primary: #1177d1 !default;
|
||||
$brand-success: #77b300 !default;
|
||||
$brand-warning: #ff8800 !default;
|
||||
$brand-danger: #ff4136 !default;
|
||||
@ -27,7 +27,7 @@ $border-width: 1px !default;
|
||||
|
||||
// Body
|
||||
$body-bg: #f4f4f4 !default;
|
||||
$body-color: #3a3a3a !default;
|
||||
$body-color: #262626 !default;
|
||||
|
||||
// Typography
|
||||
$font-family-sans-serif: "Open Sans", "Helvetica Neue", Arial, sans-serif !default;
|
||||
|
Loading…
x
Reference in New Issue
Block a user