Mkdocs Custom CSS

pull/24/head
Swissky 2023-11-18 13:09:56 +01:00
parent c2e5ec9227
commit 495e85eb43
2 changed files with 16 additions and 0 deletions

13
docs/custom.css Normal file
View File

@ -0,0 +1,13 @@
.md-header{
background-color: #4051B5;
}
@media screen and (min-width: 790px) {
.md-grid{
max-width: 100%;
}
.md-sidebar{
width: auto;
}
}

View File

@ -23,6 +23,9 @@ theme:
- toc.integrate
- navigation.top
extra_css:
- custom.css
markdown_extensions:
- def_list
- pymdownx.tasklist: