pradyunsg / furo

A clean customizable documentation theme for Sphinx
https://pradyunsg.me/furo/quickstart
MIT License
2.81k stars 321 forks source link

Add CSS variable for table header text color #818

Open pradyunsg opened 4 months ago

pradyunsg commented 4 months ago

Discussed in https://github.com/pradyunsg/furo/discussions/801

Originally posted by **Jose-Verdu-Diaz** May 17, 2024 It would come handy to add a new variable `--color-table-header-text` as follows: ```scss --color-table-header-text: var(--color-foreground-primary); ```