mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-02 00:07:42 +03:00
ac298726af
Default to light theme if JS is enabled but not working It doesn't [fix] #123399 but it allows to reduce the problem: * if JS is completely disabled, then `noscript.css` will be applied * if JS failed for any reason, then the light theme will be applied (because `noscript.css` won't be applied) r? `@notriddle`