feat: improved tab navigation

This commit is contained in:
Cory Dransfeldt 2024-06-18 15:32:25 -07:00
parent 7943179e16
commit ccce1537fd
No known key found for this signature in database
20 changed files with 171 additions and 59 deletions

View file

@ -35,6 +35,11 @@ body {
height: var(--sizing-xs);
}
a:focus,
a:focus-within {
outline: 2px dashed var(--accent-color);
}
body::-webkit-scrollbar {
width: var(--sizing-md);
height: var(--sizing-md);