mirror of
https://github.com/django-components/django-components.git
synced 2025-08-04 14:28:18 +00:00

* Move docs-folder form src to root * Avoid mkdocs package / module name clash * Update location of docs & add Windows compatibility * Update requirements-docs * Update generated file to current state
16 lines
193 B
CSS
16 lines
193 B
CSS
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6 {
|
|
font-weight: bold !important;
|
|
}
|
|
|
|
.md-typeset h2 {
|
|
border-top: 1px solid var(--md-typeset-color);
|
|
padding-top: 40px;
|
|
}
|
|
|
|
.md-nav__item--section {
|
|
margin-top: 32px;
|
|
}
|