diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css new file mode 100644 index 000000000..24e743f68 --- /dev/null +++ b/docs/stylesheets/extra.css @@ -0,0 +1,5 @@ +:root > * { + /* Footer */ + --md-footer-bg-color: hsla(232, 54%, 41%, 1); + --md-footer-bg-color--dark: hsla(0, 0%, 0%, 0.32); +} diff --git a/mkdocs.yml b/mkdocs.yml index f15cd0f24..342f6a0e3 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -12,6 +12,9 @@ copyright: Copyright © 2020 TRaSH extra: manifest: manifest.webmanifest +extra_css: + - stylesheets/extra.css + markdown_extensions: - admonition - attr_list @@ -44,3 +47,4 @@ theme: font: code: "Fira Code" favicon: img/favicon.png +