Commit a92b013
committed
Implement Phase 1: Mermaid Blueprint Authority theme and accessibility
- Configure astro-mermaid with Blueprint Authority themeVariables (limestone cream canvas, Egyptian gold/blue accents)
- Update all 3 Statsbomb diagrams with standardized classDef:
* Atomic nodes: #FEF3C7 bg, #F59E0B border (warm amber)
* Derived nodes: #DBEAFE bg, #0EA5E9 border (sky blue)
* System nodes: #D1FAE5 bg, #10B981 border (emerald)
- Add WCAG-compliant accessibility markup to all diagrams:
* Wrap in <figure role="img" aria-labelledby> with <figcaption>
* Include <details> with text alternative describing relationships
* Screen reader friendly descriptions
- Update link styles to use Blueprint Authority colors (#475569 slate, #0EA5E9 blue)
- All diagrams now rendering with consistent Egyptian design system1 parent 310fb59 commit a92b013
2 files changed
+582
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
10 | 40 | | |
11 | 41 | | |
12 | 42 | | |
| |||
0 commit comments