style: closes #5154 - Changed essential backgrounds to have better visuals, r=tabs

This commit is contained in:
Mr. M
2025-04-15 15:13:17 +02:00
parent 8ab60be68b
commit 1c2c496f7e

View File

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