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; }