This repository was archived by the owner on Oct 14, 2023. It is now read-only.

Description
As pointed out in #23, rustdoc.css cannot be used by the new theme system in rustdoc. This is because I built the theme to sit on top of the existing rustdoc themes rather than replace them. It would be nice, however, to change this and fully support being integrated into the rustdoc theme system.
The only issue I see with this is that it would result in a greatly increased maintenance burden: any changes to rustdoc's themes would require the same changes to be made to my theme (and rustdoc changes quite a bit).
Anyhow, it's something to consider.
Relevant rustdoc documentation