From 066489a15a81e839d1a3fb9faa00fb43fa1bd5d6 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 11 Feb 2025 18:45:29 +0100 Subject: [PATCH] #7241 --- style/fluidbook.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/fluidbook.less b/style/fluidbook.less index 8ae7d944..4990fb4f 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -1604,7 +1604,7 @@ html.ios body.portrait #interface { } } -@links-area-color: fadeout(@links-color, 70%); +@links-area-color: fadeout(@links-color, 100% - @links-opacity); .link a { width: 100%; -- 2.39.5