I have added the aforementioned media rule to css in Customizer, but it is not working. Here is the full code sample:
@media (prefers-color-scheme: dark) { .site-logo {filter: invert(100%) !important;} }
The code without media rule works. Other media rules (ex. max-width) also.