New backup 2025-03-06 01:30:06

This commit is contained in:
Penelope Gwen 2025-03-06 01:30:06 -08:00
parent b98d235e99
commit 610fc2e78e

View file

@ -29,5 +29,12 @@ Quote: https://userChrome.org | https://github.com/topics/userchrome
@-moz-document url(chrome://browser/content/browser.xhtml) {
/* Please write your custom CSS under this line*/
/* url bar */
#widget-overflow-mainView,
#urlbar[open="true"] > #urlbar-background {
background: #00000088 !important;
backdrop-filter: contrast(100%) blur(10px) saturate(25%) !important;
/* border: none !important;*/
}
}