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
I was curious and was able to easily hunt down the issue.
The original css has a @supports (-webkit-backdrop-filter: blur(6px)) or (backdrop-filter: blur(6px)) query, within which is the styling for the navbar, including the dark mode styling.
However, firefox does not support the backdrop filter, which is why the styling was never applied.
When viewing the documentation in darkmode, the navbar is still light. Tho the content of the navbar seems to be prepared for darkmode.
To reproduce:
What you see:
What I'd expect:
Browser used: Firefox
Active extension: uBlock origin
The text was updated successfully, but these errors were encountered: