Преглед на файлове

𝓫𝓵𝓾𝓻 𝓲𝓼 𝓶𝓸𝓭𝓮𝓻𝓷

TheBaum123 преди 1 година
родител
ревизия
3d7d333e69
променени са 1 файла, в които са добавени 8 реда и са изтрити 0 реда
  1. 8 0
      scripts/wallpaper.js

+ 8 - 0
scripts/wallpaper.js

@@ -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",