For accessibility, add a visually-hidden "Skip to content" link as the first focusable element that jumps to <main> and becomes visible on focus. Touch src/layouts/Base.astro (the link + an id on the main element) and src/styles/global.css (visually-hidden + :focus styles). ~15 lines, no new deps.
New to the project? This is a good first issue — comment here if you'd like to take it and I'll help you get set up. I usually reply within a day.
For accessibility, add a visually-hidden "Skip to content" link as the first focusable element that jumps to
<main>and becomes visible on focus. Touchsrc/layouts/Base.astro(the link + anidon the main element) andsrc/styles/global.css(visually-hidden +:focusstyles). ~15 lines, no new deps.New to the project? This is a good first issue — comment here if you'd like to take it and I'll help you get set up. I usually reply within a day.