From bbb982d0b171cca80d494b324d069fb2d73afb28 Mon Sep 17 00:00:00 2001 From: marwin Date: Sun, 5 Apr 2026 18:09:52 +0200 Subject: [PATCH] PDF loading overlay: dark translucent instead of solid black Co-Authored-By: Claude Sonnet 4.6 --- static/css/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/app.css b/static/css/app.css index bb9f3de..c58523f 100644 --- a/static/css/app.css +++ b/static/css/app.css @@ -1698,7 +1698,7 @@ body.reader-immersive.reader-show-bottom .reader-overlay { bottom: var(--bar-h) display: flex; align-items: center; justify-content: center; - background: var(--bg, #000); + background: rgba(20, 20, 20, 0.85); z-index: 10; } .pdf-loading-spinner {