From c786b28404532ecfda797165983a84099fb492ab Mon Sep 17 00:00:00 2001 From: Sam Hos Date: Mon, 27 Jan 2025 13:45:38 +0100 Subject: [PATCH] custom mkdocs styling --- mkdocs.yml | 2 ++ style.css | 7 +++++++ 2 files changed, 9 insertions(+) create mode 100644 style.css diff --git a/mkdocs.yml b/mkdocs.yml index a4ca95b..d841d6f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -2,3 +2,5 @@ site_name: Fab Academy docs page - Sam site_url: https://pages.gitlab.io/mkdocs site_dir: public theme: ivory +extra_css: + - style.css diff --git a/style.css b/style.css new file mode 100644 index 0000000..ed5e3f3 --- /dev/null +++ b/style.css @@ -0,0 +1,7 @@ +.footer-note { + color:rgb(47, 44, 44) +} + +.home .version { + color:rgb(47, 44, 44) + } \ No newline at end of file