Commit a664b07
committed
🐛 fix(home): set dark colors in [data-md-color-scheme='default'] block
THE REAL ROOT CAUSE after 8 failed attempts:
Old extra.css [data-md-color-scheme='default'] had LIGHT purple
background colors (#f6f0ff) — text was visible on light bg.
When we restored old CSS onto a dark background, the 'default'
block didn't override --md-typeset-color, so MkDocs Material
used its internal default: rgba(0,0,0,0.87) — dark text on
#0a0a1a dark background = invisible.
Fix: override ALL color variables in 'default' block same as 'slate'.1 parent a084916 commit a664b07
2 files changed
Lines changed: 17 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
11 | 17 | | |
12 | 18 | | |
13 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments