Commit 5cf2c8e
committed
fix(css): Handle system auto-dark mode for argparse-meta-tag
Furo's "auto" theme follows system prefers-color-scheme. The meta tag
dark styling only targeted explicit data-theme="dark", missing the
auto-dark case where body:not([data-theme="light"]) applies.1 parent 0f50411 commit 5cf2c8e
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
410 | 410 | | |
411 | 411 | | |
412 | 412 | | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
413 | 420 | | |
414 | 421 | | |
415 | 422 | | |
| |||
0 commit comments