From c0f38075387a0d77671b713c38e45b7827740ad4 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 ! --- 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 c0eb207a7c..fb11289812 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.43.0