Commit f5d6e5f
authored
fix: make table captions and figure captions visible in light mode (#535)
The pydata-sphinx-theme styles table caption and figure figcaption with
--pst-color-text-muted, which the SCORE theme sets to #FFF for the dark
header background. This made captions invisible on the light page body.
Add targeted overrides for these content-area elements in light mode
instead of changing the shared CSS variable, which would break the
header/nav styling.
Fixes #5291 parent 4eefb39 commit f5d6e5f
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
146 | 153 | | |
147 | 154 | | |
148 | 155 | | |
| |||
0 commit comments