Skip to content

Commit

Permalink
Tweaked style sheet. (#1567)
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Habel <19556655+StefanHabel@users.noreply.github.com>
  • Loading branch information
StefanHabel committed Oct 31, 2023
1 parent 74872ea commit 572089b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions documents/sphinx-custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,9 @@ div.body h6
{
font-family: var(--font-family);
}
div.body h2 {
margin-bottom: 20px;
}
dl {
margin-bottom: 40px;
}
Expand Down Expand Up @@ -197,12 +200,14 @@ tt,
tt.xref,
code,
code.xref,
a em,
a tt {
background-color: var(--code-background);
border-bottom: none;
}
code,
code a,
a em,
pre.fragment,
div.fragment,
div.fragment span,
Expand All @@ -211,6 +216,7 @@ div.fragment .line a,
div.fragment .line span {
font-family: var(--font-family-monospace);
font-size: var(--code-font-size) !important;
font-style: normal;
}
code.xref,
a code {
Expand Down

0 comments on commit 572089b

Please sign in to comment.