The CSS prefers-color-scheme user query and order of preference
When the app you’re using opens an in-app browser window and A) the app has dark mode turned on, but B) the OS has dark mode turned off, what does the browser show? More specifically, what is the result of (prefers-color-scheme) in that scenario?
I hadn’t thought of user agent preferences cascading like this. Fascinating.