fix: clean page transitions and navigation a11y
This commit is contained in:
@@ -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 === */
|
||||
|
||||
Reference in New Issue
Block a user