* feat: Allow search icon in masthead to be set to a Font Awesome icon.
* fix indentations
* Users wishing to avoid FontAwesome should override _includes/masthead.html
* Added documentation for including custom CSS on a site or page
* Removed non-configuration related content from 05-configuration.md and cleaned up some style in new sections of 16-stylesheets.md
* Moved small custom head documentation to a ProTip in _docs/06-overriding-theme-defaults.md
* Cleaned up some documentation, and added some example uses of custom head and footer.
* Replace double space with single
* Replace double spaces with single
Co-authored-by: Tom Manner <tsmanner@us.ibm.com>
Co-authored-by: Michael Rose <mmistakes@users.noreply.github.com>
* Made notice Sass color mixing in based on $background-color and $text-color instead of hard-coded black and white values.
* Made some style adjustments to notices to improve readability.
Notice links are slightly darkened from the notice color, mostly because the gray-on-gray default notice links were very hard to read. Rather than being $notice-color, they are `mix(#000, $notice-color, 10%)`.
The notice background mix and code-background mix can now be set with the SCSS variables $notice-background-mix and $code-notice-background-mix.
The default mix for background was adjusted to 80%, from 90%.
The default mix for code-background was adjusted to 90%, from 95%.
Skins that still didn't read well were adjusted individually.
* Adjusted sunrise $notice-background-mix to 75%
* Adjusted dark theme notice background mix colors back to the default
Co-authored-by: Tom Manner <tsmanner@us.ibm.com>
* Updated Staticman docs
* remove any ref to official public instance in docs
* remove fallback instance for staticman v2
left staticman v1 untouched as I dunno how to deal with that