@@ -, +, @@ search results page has insufficient contrast Lighthouse tool) to check the contrast ratio fails to meet accessibility requirements yarn build --view opac minimum accessibility requirements the changes. --- koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss +++ a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss @@ -1958,7 +1958,7 @@ nav { .suggestion { background-color: #F0F3F3; border: 1px solid #F0F3F3; - color: #727272; + color: #666666; margin: 1em auto; padding: .5em; width: 35%; --