From f0286903def2d4e53eb4d914d1fec078f13e318a Mon Sep 17 00:00:00 2001 From: soufiane Date: Wed, 18 Mar 2026 11:28:50 +0100 Subject: [PATCH] wip #8070 --- style/search-float.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/search-float.less b/style/search-float.less index 7255dfe1..5b8aeaef 100644 --- a/style/search-float.less +++ b/style/search-float.less @@ -122,7 +122,7 @@ body.floatmode { content: ""; width: 98%; height: 1px; - background-color: darken(#fff, 70%); + background-color: fade(@search-float-text, 50%); position: absolute; top: 0; left: 50%; -- 2.39.5