Skip to content

Commit 64d1612

Browse files
Update styles.css
1 parent feed489 commit 64d1612

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

css/styles.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,8 @@ body:not(.reduce-animations)::before,
421421
opacity: 0;
422422
transition: background-color 0.3s, color 0.3s, background-image 0.5s, filter 1s !important;
423423
/* Match the main background transform for animations */
424-
transform: scale(var(--bg-transform-scale, 1.05));
424+
transform: scale(var(--bg-transform-scale));
425+
filter: var(--wallpaper-filter, none); /* Use the CSS custom property */
425426
}
426427

427428
#time-of-day-overlay {

0 commit comments

Comments
 (0)