fix(css): extend focus-visible outline to no-results-clear and footer links

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Vinta Chen 2026-03-22 16:23:41 +08:00
parent f2b635da19
commit 58c0fd9e45
No known key found for this signature in database
GPG Key ID: B93DE4F003C33630

View File

@ -352,7 +352,9 @@ kbd {
.search:focus-visible,
.filter-clear:focus-visible,
.tag:focus-visible,
.back-to-top:focus-visible {
.back-to-top:focus-visible,
.no-results-clear:focus-visible,
.footer a:focus-visible {
outline: 2px solid var(--accent);
outline-offset: 3px;
}