Improve color contrast of primary buttons and links

This commit is contained in:
Michael Rose
2018-10-29 10:06:52 -04:00
parent 6bb8ff0c24
commit 50e1ed8900
3 changed files with 9 additions and 7 deletions

View File

@@ -2,6 +2,7 @@
### Enhancements
- Improve color contrast of primary buttons and links.
- Add Hindi localized UI text strings. [#1888](https://github.com/mmistakes/minimal-mistakes/pull/1888)
- Update Lunr to `2.3.3`. [#1885](https://github.com/mmistakes/minimal-mistakes/pull/1885)
- Cache "static" includes to improve build performance. **Note:** The theme uses the [jekyll-include-cache](https://github.com/benbalter/jekyll-include-cache) plugin which will need to be installed in your `Gemfile` and added to the `plugins` array of `_config.yml`. Otherwise you'll throw `Unknown tag 'include_cached'` errors at build. [#1874](https://github.com/mmistakes/minimal-mistakes/pull/1874)