Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lowercase matching the theme name (#1079)
* Using .to_lowercase() on the theme matching to avoid needed exact capitolization in the book.toml * Changed the default-dark-theme from .to_string() to .to_lowercase() to match theme
- Loading branch information