 using `picture` works great ```html <picture> <source media="(prefers-color-scheme: dark)" srcset="./path/to/logo/dark.svg"> <img src="./path/to/logo/light.svg" width="200px"> </picture> ```