Anything using $gray-600 is getting the color from the bs5 variables.scss
$text-muted: $gray-600 !default;
$form-text-color: $text-muted !default;
This is not a contrast problem when the background color is white but if the background is the blue pattern then the color ratio fails
One place where this is used is the alias description
I am not sure why but we are overriding the bs5 default colors for the $gray-* variables nor why the $gray-600 is commented out so I am not going to attempt a fix as there must be a reason that I cant see.
Labels |
Added:
?
|
Labels |
Added:
?
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-05-24 08:06:43 |
Closed_By | ⇒ | brianteeman | |
Labels |
Added:
?
Removed: ? |
The contrast was sufficient in the former version. It was atum-dark and calculated to fit the contrast ratio requirements. The BS5 form-text is only for white background.