mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-31 00:54:38 +00:00
style: closes #5154 - Changed essential backgrounds to have better visuals, r=tabs
This commit is contained in:
@@ -1107,12 +1107,13 @@
|
||||
&::after {
|
||||
content: "";
|
||||
inset: -50%;
|
||||
filter: blur(20px);
|
||||
filter: blur(25px);
|
||||
position: absolute;
|
||||
background-size: 100% 100%;
|
||||
background-size: initial;
|
||||
background-clip: padding-box;
|
||||
background-image: var(--zen-tab-icon);
|
||||
z-index: -1;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
background: transparent;
|
||||
|
||||
Reference in New Issue
Block a user