From be2e5bd87eec39b672d5e17d4b2e274fec04fb54 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Wed, 11 May 2022 14:38:07 +0100 Subject: [PATCH] Update config --- docs/_config.yml | 3 +++ docs/_sass/custom/custom.scss | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 docs/_sass/custom/custom.scss diff --git a/docs/_config.yml b/docs/_config.yml index ea9cd5010..e298fec20 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -12,3 +12,6 @@ aux_links: "GitHub": - "//github.com/matrix-org/dendrite" aux_links_new_tab: true +sass: + sass_dir: _sass + style: compressed diff --git a/docs/_sass/custom/custom.scss b/docs/_sass/custom/custom.scss new file mode 100644 index 000000000..8a5ed3d8d --- /dev/null +++ b/docs/_sass/custom/custom.scss @@ -0,0 +1,3 @@ +footer.site-footer { + opacity: 10%; +} \ No newline at end of file