a11y vertiefung: keyboard-demo, input-devices, mdn-links vereinheitlicht

This commit is contained in:
2026-04-21 20:58:52 +02:00
parent cedda338df
commit 67857b9bfd
18 changed files with 306 additions and 68 deletions

View File

@@ -4,11 +4,11 @@
<meta charset="UTF-8">
<title>Kontrast-Stufen</title>
<style>
body { font-family: system-ui, sans-serif; padding: 1.2rem; margin: 0; }
body { font-family: system-ui, sans-serif; padding: 1.6rem; margin: 0; }
.row {
background: #fff;
padding: 14px 16px;
margin-bottom: 10px;
padding: 22px 20px;
margin-bottom: 14px;
border-radius: 6px;
border: 1px solid #e5e7eb;
display: flex;
@@ -17,7 +17,7 @@
gap: 14px;
}
.sample {
font-size: 1.2rem;
font-size: 1.5rem;
font-weight: 600;
flex: 1;
}