fix: clean page transitions and navigation a11y

This commit is contained in:
OpenCode Worker
2026-06-03 11:09:57 -05:00
parent 72f2e88673
commit 2a9a3f6550
5 changed files with 29 additions and 16 deletions

View File

@@ -101,6 +101,11 @@
a:hover {
text-decoration-thickness: 3px;
}
:where(a, button, input, textarea, select, [role="button"]):focus-visible {
outline: 2px solid var(--color-accent);
outline-offset: 3px;
border-radius: 0.375rem;
}
}
/* === Dark mode token overrides === */