Use more sane colors for the popup

This commit is contained in:
MrOtherGuy 2020-04-08 08:31:46 +03:00
parent 177bcfd7d6
commit 3091101489

View file

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