@@ -, +, @@ --- koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss | 6 ++++-- koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss | 8 ++++---- 2 files changed, 8 insertions(+), 6 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss +++ a/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss @@ -26,6 +26,8 @@ $footer-height: 45px; $sci-link-color: #0076B6; $sci-heading-color: #727272; +$high-contrast-grey: #666666; + @mixin shadowed { box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2); } @@ -163,7 +165,7 @@ h1 { & > li { & > a { - color: #666666; + color: $high-contrast-grey; font-weight: bold; } @@ -1288,7 +1290,7 @@ button { #koha_url { p { - color: #666666; + color: $high-contrast-grey; float: right; margin: 0; } --- a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss +++ a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss @@ -567,7 +567,7 @@ th { padding: 15px; label { - color: #666666; + color: $high-contrast-grey; font-size: 115%; font-weight: bold; margin: 0; @@ -1044,7 +1044,7 @@ div { } .label { - color: #666666; + color: $high-contrast-grey; } a { @@ -1973,7 +1973,7 @@ nav { .suggestion { background-color: #F0F3F3; border: 1px solid #F0F3F3; - color: #666666; + color: $high-contrast-grey; margin: 1em auto; padding: .5em; width: 35%; @@ -2429,7 +2429,7 @@ nav { h2 { background-color: #E2E8E8; - color: #666666; + color: $high-contrast-grey; font-size: 1.1rem; margin-top: 0; padding: 5px; --