From 81be69f08de3bec2d6eed83271311d61b573986c Mon Sep 17 00:00:00 2001 From: Mischa Date: Sun, 21 Jun 2026 20:21:33 +0200 Subject: [PATCH] fix(photos): make PhotoSwipe background fully opaque Prevents page dots from leaking through the semi-transparent overlay. Co-Authored-By: Claude Sonnet 4.6 Claude-Session: https://claude.ai/code/session_01Vgmzx8VTTTmCskSpQtsLTr --- themes/intotheeast/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/intotheeast/css/style.css b/themes/intotheeast/css/style.css index b826507..b3e793c 100644 --- a/themes/intotheeast/css/style.css +++ b/themes/intotheeast/css/style.css @@ -450,7 +450,7 @@ body::after { /* ── PhotoSwipe overrides ─────────────────────────────────────────────────────── */ -.pswp__bg { background: rgba(0,0,0,0.96); } +.pswp__bg { background: #000; } /* ── Map page ────────────────────────────────────────────────────────────────── */