diff --git a/CHANGELOG b/CHANGELOG index 7350560ce67..6f5b42cc6bb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +mkdocs-material-8.5.10 (2022-11-11) + + * Adjusted CSS to better allow for custom primary and accent colors + * Fixed #4620: Primary color is not applied (8.5.9 regression) + mkdocs-material-8.5.9 (2022-11-08) * Fixed #4600: Illegible link colors for black and white primary colors diff --git a/docs/changelog/index.md b/docs/changelog/index.md index 8622e81e767..3f4ec64989a 100644 --- a/docs/changelog/index.md +++ b/docs/changelog/index.md @@ -2,6 +2,11 @@ ## Material for MkDocs +### 8.5.10 _ November 11, 2022 { id="8.5.10" } + +- Adjusted CSS to better allow for custom primary and accent colors +- Fixed #4620: Primary color is not applied (8.5.9 regression) + ### 8.5.9 _ November 8, 2022 { id="8.5.9" } - Fixed #4600: Illegible link colors for black and white primary colors diff --git a/material/base.html b/material/base.html index 676c4ec4e58..80facd051e8 100644 --- a/material/base.html +++ b/material/base.html @@ -22,7 +22,7 @@ {% endif %} - + {% endblock %} {% block htmltitle %} {% if page.meta and page.meta.title %} diff --git a/package-lock.json b/package-lock.json index 3d47b560003..bbf88a9eaf2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mkdocs-material", - "version": "8.5.9", + "version": "8.5.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mkdocs-material", - "version": "8.5.9", + "version": "8.5.10", "license": "MIT", "dependencies": { "array-flat-polyfill": "^1.0.1", diff --git a/package.json b/package.json index 4edc2296888..9f7863a5dbe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "8.5.9", + "version": "8.5.10", "description": "Documentation that simply works", "keywords": [ "mkdocs",