Accessibility fixes.
Some checks are pending
Test / vitest (push) Waiting to run
Test / playwright (push) Blocked by required conditions
Test / visual (push) Blocked by required conditions

This commit is contained in:
Jennie Robinson Faber 2026-04-05 16:03:10 +01:00
parent 4aacb26c4b
commit 88c94aaaf4
12 changed files with 276 additions and 260 deletions

View file

@ -21,13 +21,13 @@
--border: #b8a880;
--border-d: #a89470;
--candle: #7a5a10;
--candle-dim: #9a7420;
--candle-dim: #7a5a10;
--candle-faint: #c4a448;
--ember: #8a4420;
--text: #2a2015;
--text-bright: #1a1008;
--text-dim: #5a5040;
--text-faint: #8a7e6a;
--text-faint: #6a5e4a;
--parch: #2a2015;
--parch-hover: #3a3025;
--parch-text: #ede4d0;
@ -110,6 +110,11 @@ a:hover {
text-decoration: underline;
}
p a {
text-decoration: underline;
text-underline-offset: 2px;
}
/* ---- SECTION LABELS ---- */
.section-label {
font-size: 10px;