Mkdocs Custom CSS
parent
c2e5ec9227
commit
495e85eb43
|
@ -0,0 +1,13 @@
|
||||||
|
.md-header{
|
||||||
|
background-color: #4051B5;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (min-width: 790px) {
|
||||||
|
.md-grid{
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.md-sidebar{
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
}
|
|
@ -23,6 +23,9 @@ theme:
|
||||||
- toc.integrate
|
- toc.integrate
|
||||||
- navigation.top
|
- navigation.top
|
||||||
|
|
||||||
|
extra_css:
|
||||||
|
- custom.css
|
||||||
|
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- def_list
|
- def_list
|
||||||
- pymdownx.tasklist:
|
- pymdownx.tasklist:
|
||||||
|
|
Loading…
Reference in New Issue