custom mkdocs styling

This commit is contained in:
2025-01-27 13:45:38 +01:00
parent aba02846d0
commit c786b28404
2 changed files with 9 additions and 0 deletions

View File

@@ -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

7
style.css Normal file
View File

@@ -0,0 +1,7 @@
.footer-note {
color:rgb(47, 44, 44)
}
.home .version {
color:rgb(47, 44, 44)
}