Skip to content

Commit

Permalink
Fix strong bolding (CSS)
Browse files Browse the repository at this point in the history
  • Loading branch information
EvieePy committed Sep 20, 2024
1 parent 6e4e798 commit a1623cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ body {
scrollbar-color: var(--color-scrollbar--light) var(--color-background-dim--light);
}

strong {
font-weight: 700;
}

pre,
code {
font-family: var(--font-pre--mono);
Expand Down

0 comments on commit a1623cc

Please sign in to comment.