From c51fd846a25ecaa4d1712fbb4d7c3931983d6a2c Mon Sep 17 00:00:00 2001 From: Keith Smith Date: Sat, 27 Dec 2025 08:58:36 -0700 Subject: [PATCH] Fix mobile sidebar background - use --surface like desktop --- 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 405c399..03b83d7 100644 --- a/static/css/app.css +++ b/static/css/app.css @@ -958,7 +958,7 @@ a:hover { z-index: 100; /* Higher z-index */ transform: translateX(-100%); transition: transform 0.3s ease-in-out; - background: var(--bg-primary); + background-color: var(--surface); box-shadow: var(--shadow-lg); overflow-y: auto; }