Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.NET 7: Document dark mode for developer exception page #26356

Closed
Tracked by #26326
Rick-Anderson opened this issue Jul 8, 2022 · 3 comments
Closed
Tracked by #26326

.NET 7: Document dark mode for developer exception page #26356

Rick-Anderson opened this issue Jul 8, 2022 · 3 comments
Labels
code help wanted Sample code help wanted.

Comments

@Rick-Anderson
Copy link
Contributor

See dotnet/aspnetcore#39676

@poke how do you enable dark mode?

@poke
Copy link
Contributor

poke commented Jul 8, 2022

@Rick-Anderson Dark mode is enabled automatically if your browser detects that you prefer dark mode for websites. By default, this happens when your system preference is set to dark mode but browsers will usually also allow you to override this in their settings.

If you want to test this, you can also switch to dark mode with the browser developer tools, e.g. in Firefox:

Switching to dark mode in Firefox

Or in Chrome:

Switching to dark mode in Chrome

@Rick-Anderson
Copy link
Contributor Author

FF
image

Chrome
image

@Rick-Anderson
Copy link
Contributor Author

Added to What's new
Thanks @poke

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code help wanted Sample code help wanted.
Projects
None yet
Development

No branches or pull requests

3 participants