fix(photos): make PhotoSwipe background fully opaque

Prevents page dots from leaking through the semi-transparent overlay.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Vgmzx8VTTTmCskSpQtsLTr
This commit is contained in:
2026-06-21 20:21:33 +02:00
parent 71eaa3e788
commit 81be69f08d
+1 -1
View File
@@ -450,7 +450,7 @@ body::after {
/* ── PhotoSwipe overrides ─────────────────────────────────────────────────────── */
.pswp__bg { background: rgba(0,0,0,0.96); }
.pswp__bg { background: #000; }
/* ── Map page ────────────────────────────────────────────────────────────────── */