You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix UI hover states, CSS bugs, and responsive class architecture
- Fix duplicate font-size in .prose h4 (1rem then 0.75rem — dead code)
- Move responsive utility classes (hidden-mobile, mobile-only, docs-sidebar,
docs-toc, mobile-nav-trigger) from per-component <style> tags into globals.css
so they are not re-injected on every render
- Add card-link, btn-primary, btn-secondary, btn-ghost, footer-link CSS classes
to give interactive elements consistent hover feedback
- Add missing transition rule for .hvr-nav (was causing instant color jumps)
- Apply new classes across home page, footer, docs index, about, and payloads index
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
0 commit comments