mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-31 01:28:23 -04:00
Originally used id based selecters, which doesn't work as the ids are made unique. Replacing them with class based selectors fixes this.