Open
Description
Problem you are trying to solve
Visiting rustup.rs from a dark-theme device can be blinding as it is an almost entirely plain white page.
Solution you'd like
A simple @media (prefers-color-scheme: dark)
based dark-mode style. The main rust-lang.org site seems to lack one as well (but is tempered a bit by the big blocks of background color reducing the overall brightness), but https://blog.rust-lang.org/ has a theme that I assume is consistent with the rest of the project.
Notes
No response