pradyunsg / furo

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

Add CSS variable for table header text color #818

Open pradyunsg opened 1 month ago

pradyunsg commented 1 month 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); ```