Automatically set navbar light/dark based on color (#702)

This commit is contained in:
Amy Troschinetz 2020-08-15 08:41:28 -07:00 committed by GitHub
parent 5ce0f3a5f2
commit c7c5ba0207
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 1 deletions

View file

@ -1,6 +1,7 @@
## Unreleased version
- Add YAML option `head-extra` which is similar to `footer-extra` but is used to include custom HTML code in a page's `<head>` tag
- Add YAML option `head-extra` which is similar to `footer-extra` but is used to include custom HTML code in a page's `<head>` tag
- Add automatic navbar color detection (#702)
## v4.1.0 2020-08-08