From 6695d7bfde3b19836345a3101a7159a61ed20a31 Mon Sep 17 00:00:00 2001 From: EduardSkibidiEdger Date: Wed, 4 Dec 2024 21:23:15 +0200 Subject: [PATCH] jbbbbbbbbbbbbbbb --- index.html | 4 ++-- wallpaper.html | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 04fe8a4..715bf07 100644 --- a/index.html +++ b/index.html @@ -95,7 +95,7 @@ } .dropdown-content a { - color: black; + color: rgb(255, 255, 255); padding: 12px 16px; text-decoration: none; display: block; @@ -126,7 +126,7 @@ } #modal-content input { - width: 97%; + width: 94%; padding: 8px; margin: 10px 0; border: 1px solid #444; diff --git a/wallpaper.html b/wallpaper.html index 6f7e2f6..eeb30fa 100644 --- a/wallpaper.html +++ b/wallpaper.html @@ -32,6 +32,10 @@ transition: background-image 1s ease-in-out; } + .noblur #background { + filter: none; + } + #track-info { position: absolute; bottom: 20px; @@ -95,6 +99,11 @@ let previousTrack = "", previousAlbumImage = ""; + // Check if #noblur is in the URL + if (window.location.hash === "#noblur") { + document.body.classList.add('noblur'); + } + async function fetchLastPlayedSong() { try { const response = await fetch(url);