From 99a53cb7fa0ba1b7007cb0b045b1d08e07d3f6b3 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Tue, 15 Jun 2021 00:26:20 +0300 Subject: [PATCH] Use #444 as box shadow color rather than currentcolor --- chrome/selected_tab_as_urlbar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/selected_tab_as_urlbar.css b/chrome/selected_tab_as_urlbar.css index 12ec6fd..3aae652 100644 --- a/chrome/selected_tab_as_urlbar.css +++ b/chrome/selected_tab_as_urlbar.css @@ -28,7 +28,7 @@ See the above repository for updates as well as full license text. */ z-index: 1; padding: 6px; border-radius: 6px; - box-shadow: 0 0 26px currentColor; + box-shadow: 0 0 26px #444; left: 50vw; margin-left: -50% !important; }