From c6a6fc1c8eae7b8b49408197e0aa330b45aae7b5 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 Signed-off-by: Laura_Escamilla --- 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 3da5baf104..04a84b1893 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss +++ b/koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss @@ -477,7 +477,7 @@ &:visited, &:hover, &:active { - color: #727272; + color: #666666; cursor: default; &::before { -- 2.39.5