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

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
29 lines
438 B
CSS
29 lines
438 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-typeset h3 {
|
|
/* Original styling */
|
|
font-size: 1.25em;
|
|
font-weight: 400;
|
|
letter-spacing: -.01em;
|
|
line-height: 1.5;
|
|
margin: 1.6em 0 0.8em;
|
|
|
|
/* Custom */
|
|
border-top: 0.5px solid var(--md-typeset-color);
|
|
padding-top: 40px;
|
|
}
|
|
|
|
.md-nav__item--section {
|
|
margin-top: 32px;
|
|
}
|