Give navbar and now-playing-bar solid background
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
bef8fbc8d8
commit
0c6846e71f
1 changed files with 2 additions and 2 deletions
|
|
@ -96,7 +96,7 @@ a:hover {
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
height: var(--nav-h);
|
height: var(--nav-h);
|
||||||
padding: 0 1.5rem;
|
padding: 0 1.5rem;
|
||||||
background: transparent;
|
background: var(--bg);
|
||||||
border-bottom: 1px solid var(--border);
|
border-bottom: 1px solid var(--border);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -162,7 +162,7 @@ a:hover {
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
height: var(--bar-h);
|
height: var(--bar-h);
|
||||||
background: transparent;
|
background: var(--bg);
|
||||||
border-top: 1px solid var(--border);
|
border-top: 1px solid var(--border);
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue