Tagged: css
-
The dark/light mode toggle worked, debug logs showed the Vim key handler firing, but cycling visual themes with t/T mysteriously stopped changing the UI. This post walks through how we tracked the issue down across Astro, CSS variables, and keyboard navigation, and how a small change to CSS specificity and data attributes fixed it cleanly.