Brave Search – remove searchbar background gradient (#226)
* 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>
This commit is contained in:
parent
0f80044d2e
commit
6f106cce72
@ -2,7 +2,7 @@
|
|||||||
@name Brave Search Catppuccin
|
@name Brave Search Catppuccin
|
||||||
@namespace github.com/catppuccin/userstyles/styles/brave-search
|
@namespace github.com/catppuccin/userstyles/styles/brave-search
|
||||||
@homepageURL https://github.com/catppuccin/userstyles/tree/main/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
|
@description Soothing pastel theme for Brave Search
|
||||||
@author Catppuccin
|
@author Catppuccin
|
||||||
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/brave-search/catppuccin.user.css
|
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/brave-search/catppuccin.user.css
|
||||||
@ -294,5 +294,10 @@
|
|||||||
--gray-120: @text;
|
--gray-120: @text;
|
||||||
--secondary-90: @lavender;
|
--secondary-90: @lavender;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#searchform > .searchbox-wrapper::after {
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user