@@ -, +, @@ sufficient contrast ratio Lighthouse tool) to check the contrast ratio on the OPAC insufficient contrast yarn build --view opac the contrast ratio meets the minimum accessibility requirements changes --- koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss +++ a/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss @@ -163,7 +163,7 @@ h1 { & > li { & > a { - color: #777777; + color: #666666; font-weight: bold; } --