Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified build/ui-bundle.zip
Binary file not shown.
6 changes: 3 additions & 3 deletions src/css/doc.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,18 @@ h1.page + aside.toc.embedded {
padding: 0.5rem 1rem;
}

.doc h2:not(.discrete) {
.doc h2 {
border-bottom: 1px solid var(--section-divider-color);
margin-left: -1rem;
margin-right: -1rem;
padding: 0.4rem 1rem 0.1rem;
}

.doc h3:not(.discrete) {
.doc h3 {
font-weight: var(--alt-heading-font-weight);
}

.doc h4:not(.discrete) {
.doc h4 {
font-weight: 500;
}

Expand Down