@@ -, +, @@ insufficient Lighthouse Tool or WebAim's Wave Extension) to test the contrast ratio for text. affecting the main navigation links, the buttons, and the text of search results. yarn build --view opac contrast ratio issues have been fixed after the changes. --- koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss | 6 +++--- koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss | 7 ++++--- 2 files changed, 7 insertions(+), 6 deletions(-) --- 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; @@ -163,7 +163,7 @@ h1 { & > li { & > a { - color: #777777; + color: #666666; font-weight: bold; } @@ -204,7 +204,7 @@ h1 { } .btn-primary { - $base-bg: #77b50f; + $base-bg: #548300; background-image: linear-gradient(to bottom, lighten(saturate($base-bg, 0.5), 4), $base-bg); background-color: $base-bg; background-position: 0; --- a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss +++ a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss @@ -315,7 +315,7 @@ th { } &.clearsh { - color: #E8583C; + color: #D43C00; font-size: 80%; font-weight: normal; padding-bottom: .6rem; @@ -571,7 +571,7 @@ th { padding: 15px; label { - color: #727272; + color: #666666; font-size: 115%; font-weight: bold; margin: 0; @@ -1011,7 +1011,7 @@ div { } .results_summary { - color: #707070; + color: #666666; display: block; font-size: 85%; padding: 0 0 .5em; @@ -1632,6 +1632,7 @@ nav { a { background-color: #F0F3F3; border-bottom: 1px solid #D8D8D8; + color: #666666; display: block; font-weight: bold; padding: .7em .2em; --