Small change to how essentials blur the favicon

This commit is contained in:
mr. M
2025-03-26 19:24:28 +01:00
parent 5fb8fe86de
commit 360079d15e

View File

@@ -1106,7 +1106,7 @@
&::after {
content: "";
inset: -50%;
filter: blur(15px) brightness(1.2);
filter: blur(20px);
position: absolute;
background-size: 100% 100%;
background-clip: padding-box;