Give navbar and now-playing-bar solid background
All checks were successful
Build and push Docker image / build (push) Successful in 13s
Test / test (push) Successful in 15s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
marwin 2026-04-01 15:24:35 +02:00
parent bef8fbc8d8
commit 0c6846e71f

View file

@ -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;