Skip to content

Commit

Permalink
Update theme_overrides.css
Browse files Browse the repository at this point in the history
  • Loading branch information
jobisoft committed Nov 29, 2023
1 parent e66885b commit 6eac868
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion _static/theme_overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -233,5 +233,14 @@ div.document h1 {
color: #3782bb;
}
div.document h2, div.rst-content p.caption[role=heading] > span.caption-text {
color: #55A5D9;
color: #3782bb;
}

/* All sections in the first level (having a h1 in the same level) need some extra space */
h1 ~ div.section, h1 ~ section {
margin-top: 3em;
}
/* A section starting below a h1 header do not need extra space */
h1 + div.section, h1 + section {
margin-top: 1em;
}

0 comments on commit 6eac868

Please sign in to comment.