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:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user