Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix tracking-vector image in dark mode
Since whatwg/whatwg.org@4aebf36 tracking-vector.svg is now dark mode-aware, i.e. its fill color will be dependent on the user's dark mode settings. However, since whatwg/whatwg.org@dd2b988, <img> tags pointing at SVG images that don't have a "darkmode-aware" class are given a white background by default. This makes the tracking-vector image fully white when seen in dark mode. Fix this by adding the class on generated <img> element.
- Loading branch information