From 409cac9f8578d2f64263298ae0e9ac576f3ce461 Mon Sep 17 00:00:00 2001 From: nina martinez Date: Wed, 18 Jun 2025 09:16:26 +0200 Subject: [PATCH] Bug 29069: Replace the color of Refine your search link This is a trivial patch to correct the low color contrast of the "Refine your search" link. To test this patch, you can use the firefox extension: WCAG Contrast Checker or WAVE. Test plan: 1. Apply the patch 2. Search in the Koha OPAC 3. Check the color contrast of the "Refine your search" link. 4. If it is greater than 4.5, the test succeeds ! Signed-off-by: Owen Leonard --- koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss b/koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss index c0eb207a7cb..fb11289812d 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss +++ b/koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss @@ -464,7 +464,7 @@ &:visited, &:hover, &:active { - color: #727272; + color: #666666; cursor: default; &::before { -- 2.39.5