exoplanet-dev / exoplanet

Fast & scalable MCMC for all your exoplanet needs!
https://docs.exoplanet.codes
MIT License
206 stars 52 forks source link

Docs: Highlighted text after search is hard to read #88

Closed adrn closed 4 years ago

adrn commented 4 years ago

If I go to the exoplanet docs and search for something, e.g., "impact parameter", the highlighted text on the search results page seems to be nearly white text on white background?

image

Google Chrome Version 80.0.3987.163

adrn commented 4 years ago

Example: https://docs.exoplanet.codes/en/stable/user/api/?highlight=impact%20parameter

dfm commented 4 years ago

Thanks!

This will be fixed by adding some CSS to: https://github.com/exoplanet-dev/exoplanet/blob/master/docs/_static/css/exoplanet.css

or by adding

html_theme_options = {
    'color': '#SOMECOLOR', 
}

to conf.py.

dfm commented 4 years ago

Fixed!