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:
@@ -450,7 +450,7 @@ body::after {
|
|||||||
|
|
||||||
/* ── PhotoSwipe overrides ─────────────────────────────────────────────────────── */
|
/* ── PhotoSwipe overrides ─────────────────────────────────────────────────────── */
|
||||||
|
|
||||||
.pswp__bg { background: rgba(0,0,0,0.96); }
|
.pswp__bg { background: #000; }
|
||||||
|
|
||||||
/* ── Map page ────────────────────────────────────────────────────────────────── */
|
/* ── Map page ────────────────────────────────────────────────────────────────── */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user