diff --git a/docs/_config.yml b/docs/_config.yml index 7f44c3f..830cf81 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,3 +1,5 @@ +theme: jekyll-theme-cayman + plugins: - jemoji diff --git a/docs/assets/css/style.scss b/docs/assets/css/style.scss new file mode 100644 index 0000000..64d1e01 --- /dev/null +++ b/docs/assets/css/style.scss @@ -0,0 +1,14 @@ +--- +--- + +$header-bg-color: #245a7c; +$header-bg-color-secondary: #245a7c; + +$section-headings-color: #005b7f; + +@import "{{ site.theme }}"; + +#content { + max-width: 96rem; +} +