From ed38fe2e228b4983e97d73731f40dc9346fbf751 Mon Sep 17 00:00:00 2001 From: Michael Fairchild <mfairchild365@gmail.com> Date: Tue, 1 Apr 2014 15:27:04 -0500 Subject: [PATCH] Improve contrast of color titles was failing WCAG2.0 G18 --- styles/less/v4.0.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/styles/less/v4.0.less b/styles/less/v4.0.less index 291b92e..890b651 100644 --- a/styles/less/v4.0.less +++ b/styles/less/v4.0.less @@ -391,6 +391,7 @@ pre { &.light-triad { background-color: @light-triad; + color: #000; } &.dark-complement { @@ -399,6 +400,7 @@ pre { &.light-complement { background-color: @light-complement; + color: #000; } &.dark-neutral { @@ -411,6 +413,7 @@ pre { &.light-energetic { background-color: @light-energetic; + color: #000; } &.dark-energetic { -- GitLab