Skip to content

Commit

Permalink
𝓫𝓵𝓾𝓻 𝓲𝓼 𝓶𝓸𝓭𝓮𝓻𝓷
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBaum123 committed May 3, 2024
1 parent 45aca49 commit 3d7d333
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scripts/wallpaper.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ setTimeout(() => {
).style.backgroundColor =
"color-mix(in oklab, #00000000 15%, var(--light-background-color) 85%)";

document.getElementById("bookmarks-container").style.backdropFilter =
"blur(5px)";
document.getElementById("greetings-container").style.backdropFilter =
"blur(5px)";
document.getElementById(
"settings-icon-top-right"
).style.backdropFilter = "blur(5px)";

wallpapersCycleIndex++;
localStorage.setItem(
"text-startpage:wallpaperCycleIndex",
Expand Down

0 comments on commit 3d7d333

Please sign in to comment.