latest theme + style tweak

This commit is contained in:
Deborah Barnard 2023-01-18 11:29:34 +00:00
parent b81cde17fe
commit e4907518f8
2 changed files with 7 additions and 1 deletions

View File

@ -172,6 +172,12 @@
border: none;
}
/* reduce padding between title and breadcrumbs */
.md-content__inner {
padding-top: 0;
}
/* dark mode */
/* [data-md-color-scheme="dark"] .md-header{
box-shadow: none;

View File

@ -1,3 +1,3 @@
[build]
command = "pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git@9.0.5-insiders-4.28.0 && mkdocs build"
command = "pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git@9.0.5-insiders-4.28.1 && mkdocs build"
publish = "site"