hover blur: 1.8px → 1px — weniger unscharf
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user