Site body dark mode styling works well on both Chrome and Safari for me by CSS variables with prefers-color-scheme
.
But there is a different situation with logo. I've styled external .svg inside of it with styling for dark mode and light mode, which works perfectly for Chrome. But on macOS and iOS Safari it doesn't change it's colour.
What can be the possible solution?
Thank you