Commit 3bca8c5
committed
docs(fonts[css]): fix variable specificity — use body instead of :root
why: Furo sets --font-stack on body, which overrides :root via direct
declaration. Our fonts.css loaded but never rendered.
what:
- Change CSS variable selector from :root to body in _generate_css()
- Same specificity + later source order ensures our override wins1 parent 4d6ef27 commit 3bca8c5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
0 commit comments