@@ -, +, @@ contrast Lighthouse tool) to test the contrast ratio. and title links in search results) have insufficient contrast. yarn build --view opac contrast ratio meets minimum 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 @@ -19,7 +19,7 @@ $input-btn-focus-color: #85CA11; $input-btn-focus-box-shadow: 0 1px 1px $input-btn-focus-width $input-btn-focus-color; $color: #999999; -$links: #0076B2; +$links: #0074AD; $links-hover: #005580; $footer-height: 45px; --