mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
latest theme + style tweak
This commit is contained in:
parent
b81cde17fe
commit
e4907518f8
@ -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;
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user