You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems to be an issue on Mac too. Automatic defaults to Dark Mode. prefers-color-scheme returns the wrong theme color (Dark instead of Light), i.e. by checking with:
if(window.matchMedia&&window.matchMedia('(prefers-color-scheme: dark)').matches){console.log('User prefers dark mode');}else{console.log('User prefers light mode');}
Captchas
What happened?
The browser is stuck in light mode when I actually set it to automatic:
Version
1.10.3b (Firefox 136.0.4) (64-bit)
What platform are you seeing the problem on?
Windows - x64
What component is this issue related to?
Settings
Relevant log output if applicable
The text was updated successfully, but these errors were encountered: