diff --git a/CHANGELOG b/CHANGELOG index 7350560ce67e37af274b40e8f7aaf066ccce093a..6f5b42cc6bb8d89da793ac34df101a3349542ab7 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 8622e81e767a1a322dc96f57ce6d5fa9737cc7be..3f4ec64989af8fd4ba308ecf091236d3088e3eae 100644 --- a/docs/changelog/index.md +++ b/docs/changelog/index.md @@ -2,6 +2,11 @@ ## Material for MkDocs +### 8.5.10 <small>_ November 11, 2022</small> { 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 <small>_ November 8, 2022</small> { 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 676c4ec4e58a7219422f4044070d12c008806488..80facd051e806d6b379ab86886db9f3c7d0f611c 100644 --- a/material/base.html +++ b/material/base.html @@ -22,7 +22,7 @@ <link rel="canonical" href="{{ page.canonical_url }}"> {% endif %} <link rel="icon" href="{{ config.theme.favicon | url }}"> - <meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.5.9"> + <meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.5.10"> {% endblock %} {% block htmltitle %} {% if page.meta and page.meta.title %} diff --git a/package-lock.json b/package-lock.json index 3d47b5600031204bb88dc0690c888803b0b2e4d0..bbf88a9eaf2fd88624ba55d8213b3b09022aba46 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 4edc2296888bed72f811b5ff83359e413e892984..9f7863a5dbe80663d94057c7c27e4063a3e0cc77 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",