From 8d9fbdb0ec4bf64b32cf3c9cb84329d790f860b6 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 26 May 2025 11:44:04 +0200 Subject: [PATCH] Remove opacity from paw-queued class --- index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/index.html b/index.html index b05f842..f40ff13 100644 --- a/index.html +++ b/index.html @@ -193,7 +193,6 @@ } /* Füge das in deine CSS ein */ .paw-queued { - opacity: 0.65; filter: drop-shadow(0 2px 2px rgba(0,0,0,0.10)); transition: transform 0.18s cubic-bezier(0.4,0.2,0.6,1); pointer-events: none;