From 3c44924724c4b5d6b0c96dbc47410c507afcaca8 Mon Sep 17 00:00:00 2001 From: tophf Date: Thu, 12 Aug 2021 16:43:42 +0300 Subject: [PATCH] attenuate even more --- popup/search.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/popup/search.css b/popup/search.css index 39c1eb22..c85858e6 100644 --- a/popup/search.css +++ b/popup/search.css @@ -233,7 +233,7 @@ body.search-results-shown { border: calc(var(--pad) / 2) solid red; border-radius: var(--pad); padding: calc(var(--pad) / 2); - background: hsl(0, 90%, 80%); + background: hsl(0, 90%, 85%); } [data-error]::after { content: attr(data-error);