From 309110148926ded499c24e299ccbf4e0c70d79d6 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Wed, 8 Apr 2020 08:31:46 +0300 Subject: [PATCH] Use more sane colors for the popup --- chrome/urlbar_full_width.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/chrome/urlbar_full_width.css b/chrome/urlbar_full_width.css index 4124083..fcbcd43 100644 --- a/chrome/urlbar_full_width.css +++ b/chrome/urlbar_full_width.css @@ -23,8 +23,7 @@ width: 100vw !important; border-width: 1px 0; top: var(--urlbar-toolbar-height); - background-color: var(--lwt-toolbar-field-background-color, hsla(0,0%,50%,.8)); - backdrop-filter: blur(28px); + background-color: var(--lwt-toolbar-field-focus, inherit); z-index: 4; box-shadow: 0 1px 4px rgba(0,0,0,.05); }