Tilgjengelighet: Uutilsynet-krav (1.4.11, 2.4.5, 2.4.6)

- Øk slider-track kontrast til 0.35 for 3:1 ratio (1.4.11)
- Endre chart-titler fra div til h3 for riktig overskriftshierarki (2.4.6)
- Endre topic-card overskrifter fra h2 til h3 under gruppe-h2 (2.4.6)
- Legg til brødsmulesti på alle undersider (2.4.5)
- Legg til sitemap-nav i footer på forsiden (2.4.5)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ole-Morten Duesund 2026-03-25 21:13:21 +01:00
commit d68dc1515b
9 changed files with 65 additions and 32 deletions

View file

@ -44,6 +44,19 @@ body {
top: 0;
}
/* BREADCRUMB */
.breadcrumb {
background: var(--bg2);
padding: 0.5rem 2rem;
font-size: 12px;
color: var(--ink3);
}
.breadcrumb a { color: var(--ink3); }
.breadcrumb a:focus-visible {
outline: 2px solid var(--accent);
outline-offset: 2px;
}
/* HEADER */
header {
background: var(--ink);
@ -145,7 +158,7 @@ main {
flex: 1;
-webkit-appearance: none;
height: 3px;
background: rgba(245,242,235,0.15);
background: rgba(245,242,235,0.35);
border-radius: 2px;
outline: none;
cursor: pointer;