Unnecessary transition for header bg

This commit is contained in:
2026-09-24 14:55:38 +02:00
parent 6897103041
commit fff248f25f
+1 -1
View File
@@ -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 {