fix(storefront): polish footer

Add explicit :focus-visible outline to footer nav links so keyboard
users get a clear, on-brand focus indicator instead of relying on
inconsistent browser default outlines against the dark footer bg.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
sdarbinyan
2026-07-19 23:24:21 +04:00
parent f8dc0cfed4
commit ec1f95db09

View File

@@ -54,6 +54,12 @@
&:hover { &:hover {
color: #fff; color: #fff;
} }
&:focus-visible {
outline: 2px solid #fff;
outline-offset: 2px;
border-radius: 2px;
}
} }
} }