Open
Description
If you go to newly generated docs like https://docs.rs/tokio/0.2.22/tokio/ and set your theme to ayu
, then navigate to old docs like https://docs.rs/tokio/0.2.21/tokio/ it will fallback to the light
theme since ayu
doesn't exist and blind the user.
It might be possible to inject a little docs.rs specific JS to cause ayu
to fallback to the dark
theme instead.