Adjust colours to meet WCAG 2 AA (#68)
See https://dequeuniversity.com/rules/axe/2.2/color-contrast
This commit is contained in:
parent
8e3fda710f
commit
9f2a37c27f
|
@ -50,8 +50,8 @@ $monospace-font-family: Menlo, Consolas, Monaco, "Courier New", Courier,
|
||||||
|
|
||||||
/* Colors */
|
/* Colors */
|
||||||
$base-color: #393e46 !default;
|
$base-color: #393e46 !default;
|
||||||
$text-color: #222831 !default;
|
$text-color: #181c22 !default;
|
||||||
$accent-color: #00848a !default;
|
$accent-color: #00838a !default;
|
||||||
$background-color: #fff !default;
|
$background-color: #fff !default;
|
||||||
$code-background-color: tint($base-color, 95%) !default;
|
$code-background-color: tint($base-color, 95%) !default;
|
||||||
$border-color: tint($base-color, 80%) !default;
|
$border-color: tint($base-color, 80%) !default;
|
||||||
|
|
Loading…
Reference in New Issue