From ffd50a76df5f5b49bb404011d750c0e371af1db6 Mon Sep 17 00:00:00 2001 From: jlightner Date: Fri, 3 Apr 2026 07:26:54 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20title=20bar=20background=20var(--color-b?= =?UTF-8?q?g)=20=E2=86=92=20var(--color-bg-page)=20=E2=80=94=20was=20trans?= =?UTF-8?q?parent,=20content=20bled=20through?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/App.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/App.css b/frontend/src/App.css index 465d97e..96dba6d 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css @@ -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;