From dd24a5b79caa17f32231a46852147f7a2a95bec6 Mon Sep 17 00:00:00 2001 From: Maggie Appleton <5599295+MaggieAppleton@users.noreply.github.com> Date: Sun, 26 Apr 2026 20:27:48 +0100 Subject: [PATCH] Remove transition: all from h2 in global.css Heading colors have no animated state changes, so the transition: all rule on h2 served no purpose and contributed to the broader transition: all audit identified in #56. Co-Authored-By: Claude Sonnet 4.6 --- src/global.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/global.css b/src/global.css index b4abe862..61859e00 100644 --- a/src/global.css +++ b/src/global.css @@ -474,7 +474,6 @@ h2 { font-weight: 100; line-height: var(--leading-snug); margin: var(--space-xs) 0 var(--space-2xs); - transition: all 0.3s ease-in-out; } @media screen and (max-width: 768px) {