From 0c6846e71f31999f65b34e134a56394db8c29598 Mon Sep 17 00:00:00 2001 From: marwin Date: Wed, 1 Apr 2026 15:24:35 +0200 Subject: [PATCH] Give navbar and now-playing-bar solid background Co-Authored-By: Claude Sonnet 4.6 --- static/css/app.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/app.css b/static/css/app.css index ae7f56b..7f32870 100644 --- a/static/css/app.css +++ b/static/css/app.css @@ -96,7 +96,7 @@ a:hover { justify-content: space-between; height: var(--nav-h); padding: 0 1.5rem; - background: transparent; + background: var(--bg); border-bottom: 1px solid var(--border); } @@ -162,7 +162,7 @@ a:hover { left: 0; right: 0; height: var(--bar-h); - background: transparent; + background: var(--bg); border-top: 1px solid var(--border); display: flex; align-items: center;