The version selector in the MkDocs Material site header shows the version (e.g., "dev") without any label, making it easy to overlook.
Add the same CSS override applied in vergil-project/vergil-tooling#886:
- Create
docs/site/docs/stylesheets/extra.css with a ::before label on .md-version
- Add
extra_css: [stylesheets/extra.css] to docs/site/mkdocs.yml
Reference implementation: vergil-project/vergil-tooling#920
The version selector in the MkDocs Material site header shows the version (e.g., "dev") without any label, making it easy to overlook.
Add the same CSS override applied in vergil-project/vergil-tooling#886:
docs/site/docs/stylesheets/extra.csswith a::beforelabel on.md-versionextra_css: [stylesheets/extra.css]todocs/site/mkdocs.ymlReference implementation: vergil-project/vergil-tooling#920