fix: title bar background var(--color-bg) → var(--color-bg-page) — was transparent, content bled through
This commit is contained in:
parent
e1a29f5650
commit
ffd50a76df
1 changed files with 1 additions and 1 deletions
|
|
@ -2036,7 +2036,7 @@ a.app-footer__repo:hover {
|
|||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 100;
|
||||
background: var(--color-bg);
|
||||
background: var(--color-bg-page);
|
||||
border-bottom: 1px solid var(--color-border);
|
||||
padding: 0.75rem 0;
|
||||
margin-bottom: 0.75rem;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue