Activity title permalinks and the "Vinterliste" nav logo are styled with color: inherit; text-decoration: none — perfect for a clean visual, but they relied on the generic *:focus-visible outline to signal focus. The outline alone is easy to miss against the activity card border, and a low-vision keyboard user has no underline cue to fall back on. Added an a:focus-visible rule with a slightly larger outline-offset and an underline. Standard anchors (the OSM links, the public-list attribution links) already had their accent colour AND now get the underline on focus too — all wins, no regressions. Surfaced by /audit a11y (keyboard & focus lens). |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| index.html | ||
| svelte.config.js | ||
| tsconfig.json | ||
| vite.config.ts | ||