pydata / pydata-sphinx-theme

A clean, three-column Sphinx theme with Bootstrap for the PyData community
https://pydata-sphinx-theme.readthedocs.io
BSD 3-Clause "New" or "Revised" License
600 stars 313 forks source link

tiny CSS change #1769

Closed drammock closed 5 months ago

drammock commented 5 months ago

This PR changes background properties to background-color. This should make no difference to the rendered site (when only color is given, the two properties yield identical results). But for some reason, in the Firefox developer tools, specifying as background-color makes it show up in the "computed styles" list when filtering on either "background" or "color" (as you would expect), but when specified as just background the property doesn't show up for either search term.

Arguably this is a bug in the FF dev tools, but this workaround is fast and painless so why not?

drammock commented 5 months ago

They look the same 🎉