From fc1a4844a3d805dbed050cfad2cfcba4beda17b4 Mon Sep 17 00:00:00 2001 From: Keith Smith Date: Sat, 27 Dec 2025 08:55:37 -0700 Subject: [PATCH] Remove mobile sidebar overlay transparency - make fully opaque --- 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 6dff62f..3f122b6 100644 --- a/static/css/app.css +++ b/static/css/app.css @@ -877,7 +877,7 @@ a:hover { display: none; position: fixed; inset: 0; - background-color: rgba(0, 0, 0, 0.75); + background-color: rgba(0, 0, 0, 1); z-index: 40; }