The error message colour contrast on the Search Results page fails 1.4.3 Contrast (Minimum) Level AA.
To recreate:
Go to the /search/node page on a site
Submit a blank search
Result: The words "Please enter some keywords" have a colour of #b94a48. This fails contrast.
Note that we have already fixed the Bootstrap .alert-danger class in base.css. Recommend updating the base.css file so that div.error and table tr.error also receive the #b83635 colour that's being applied to .alert-danger.
The error message colour contrast on the Search Results page fails 1.4.3 Contrast (Minimum) Level AA.
To recreate:
Result: The words "Please enter some keywords" have a colour of #b94a48. This fails contrast.
Note that we have already fixed the Bootstrap .alert-danger class in base.css. Recommend updating the base.css file so that
div.error
andtable tr.error
also receive the #b83635 colour that's being applied to.alert-danger
.