From 86a6d984c00038b79d117b53b427669ab7f70463 Mon Sep 17 00:00:00 2001 From: Mars Niermann Date: Wed, 15 Mar 2023 20:14:14 +0100 Subject: [PATCH] Update version to 1.0.4 and add styling for autocomplete dropdown border --- src/searx.user.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/searx.user.css b/src/searx.user.css index d062ef6..13cc455 100644 --- a/src/searx.user.css +++ b/src/searx.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Gruvbox for Searx @namespace git.m3.fyi/Marsn3 -@version 1.0.3 +@version 1.0.4 @description Gruvbox Theme for Searx @author Marsn3 @homepageURL https://git.m3.fyi/Marsn3/userstyles @@ -123,4 +123,7 @@ color: var(--green); text-decoration: none; } + .autocomplete.open { + border: 1px solid var(--bg1); + } }