From 18a2006708ff0115c73adedc9d5d80ddbb32036f Mon Sep 17 00:00:00 2001 From: Volker E Date: Mon, 9 Oct 2017 19:45:07 -0700 Subject: [PATCH] Update `.uls-lcd-region-title` to conform to WCAG level AA Updating `.uls-lcd-region-title` to be on the safe side with color contrast, conforming to WCAG level AA no matter what `background-color` grey or `font-size`. --- css/jquery.uls.lcd.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/jquery.uls.lcd.css b/css/jquery.uls.lcd.css index 3703057..2e836b6 100644 --- a/css/jquery.uls.lcd.css +++ b/css/jquery.uls.lcd.css @@ -22,7 +22,7 @@ } .uls-lcd-region-title { - color: #777; + color: #555; font-size: 14px; padding-left: 28px; }