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`.
This commit is contained in:
Volker E
2017-10-09 19:45:07 -07:00
committed by GitHub
parent 06db9e0ff7
commit 18a2006708

View File

@@ -22,7 +22,7 @@
} }
.uls-lcd-region-title { .uls-lcd-region-title {
color: #777; color: #555;
font-size: 14px; font-size: 14px;
padding-left: 28px; padding-left: 28px;
} }