From 8bfd28787eef2b5bc6f217354c33eaa1262adfda Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Wed, 17 Jun 2026 23:24:21 +0200 Subject: [PATCH] =?UTF-8?q?hover=20blur:=201.8px=20=E2=86=92=201px=20?= =?UTF-8?q?=E2=80=94=20weniger=20unscharf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.py b/app.py index 61a621a..c3a8e41 100644 --- a/app.py +++ b/app.py @@ -1905,9 +1905,9 @@ def public_frontend(): .story-card:hover { transform:scale(1.03); box-shadow:0 18px 50px rgba(0,0,0,0.35),0 5px 20px rgba(0,0,0,0.18); } /* Blur the rest when hovering a card */ - .main-grid:has(.story-card:hover) .story-card:not(:hover) { filter:blur(1.8px); } + .main-grid:has(.story-card:hover) .story-card:not(:hover) { filter:blur(1px); } body:has(.story-card:hover) .site-header, - body:has(.story-card:hover) .site-footer { filter:blur(1.8px); transition:filter 0.35s ease; } + body:has(.story-card:hover) .site-footer { filter:blur(1px); transition:filter 0.35s ease; } a.card-link .story-card { margin-bottom:0; } .story-card img { width:100%; height:100%; object-fit:cover; display:block; } .story-card video { width:100%; height:auto; max-height:600px; object-fit:contain; display:block; background:#000; }