2024-06-09, 01:01 PM
I had to darken the background image, since it just showed up with only the blur and hence made the white text unreadable on bright image sections, but otherwise it's great.
Code:
.layout-desktop .backdropImage {
filter: brightness(75%) blur(8px);
}