From 6f106cce727ebe3137aaf18186d361e08bb2d323 Mon Sep 17 00:00:00 2001 From: Andreas <35840154+andreasgrafen@users.noreply.github.com> Date: Thu, 28 Sep 2023 21:56:37 +0000 Subject: [PATCH] =?UTF-8?q?Brave=20Search=20=E2=80=93=20remove=20searchbar?= =?UTF-8?q?=20background=20gradient=20(#226)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(brave-search): search bar gradient background * chore(brave-search): bump version number * refactor(brave-search): no build-selectors! Introduce the proposed change of the selector to a non-specific version to avoid issues down the line. Co-authored-by: ndsboy <12872019+ndsboy@users.noreply.github.com> --------- Co-authored-by: ndsboy <12872019+ndsboy@users.noreply.github.com> --- styles/brave-search/catppuccin.user.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/styles/brave-search/catppuccin.user.css b/styles/brave-search/catppuccin.user.css index 5f1cc72..1515a78 100644 --- a/styles/brave-search/catppuccin.user.css +++ b/styles/brave-search/catppuccin.user.css @@ -2,7 +2,7 @@ @name Brave Search Catppuccin @namespace github.com/catppuccin/userstyles/styles/brave-search @homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/brave-search -@version 1.0.2 +@version 1.0.3 @description Soothing pastel theme for Brave Search @author Catppuccin @updateURL https://github.com/catppuccin/userstyles/raw/main/styles/brave-search/catppuccin.user.css @@ -294,5 +294,10 @@ --gray-120: @text; --secondary-90: @lavender; } + + #searchform > .searchbox-wrapper::after { + background-image: none; + } + } }