From fff248f25f70ad3007e69a9ec28c7da131ef0eeb Mon Sep 17 00:00:00 2001 From: Kuba Sto Date: Thu, 24 Sep 2026 14:55:38 +0200 Subject: [PATCH] Unnecessary transition for header bg --- src/styles/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/global.css b/src/styles/global.css index b111d23..02bcc74 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -196,10 +196,10 @@ button:hover .arrow { transition: background-color var(--transition); } -/* Solid once the page scrolls or a full-width panel is open */ .site-header.is-scrolled, .site-header.is-open { background: var(--galaxy-blue); + transition: none; } .site-header__inner {