fix: title bar background var(--color-bg) → var(--color-bg-page) — was transparent, content bled through

This commit is contained in:
jlightner 2026-04-03 07:26:54 +00:00
parent e1a29f5650
commit ffd50a76df

View file

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