Tweak contrast skin $primary-color to adhere to WCAG guidelines (#5126)
This commit is contained in:
parent
cb140fc5e6
commit
af81ee840f
@ -5,7 +5,7 @@
|
|||||||
/* Colors */
|
/* Colors */
|
||||||
$text-color: #000 !default;
|
$text-color: #000 !default;
|
||||||
$muted-text-color: $text-color !default;
|
$muted-text-color: $text-color !default;
|
||||||
$primary-color: #ff0000 !default;
|
$primary-color: #b60000 !default;
|
||||||
$border-color: mix(#fff, $text-color, 75%) !default;
|
$border-color: mix(#fff, $text-color, 75%) !default;
|
||||||
$footer-background-color: #000 !default;
|
$footer-background-color: #000 !default;
|
||||||
$link-color: #0000ff !default;
|
$link-color: #0000ff !default;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user