From 8acbc3b43e5079009ce4599c2c6929c49553c2fe Mon Sep 17 00:00:00 2001 From: partisan Date: Wed, 15 May 2024 16:39:57 +0200 Subject: [PATCH] fix white text on white background in text search --- static/css/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index f91dc58..2b84caf 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1235,7 +1235,6 @@ p { .result_sublink a:hover, .result_sublink a:visited { text-decoration: none; - color: #ebecf7; font-size: 14px; }