Skip to content

Commit

Permalink
Make numpy-style documentation headers consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Aug 15, 2022
1 parent 9d280e6 commit 75e0361
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/furo/assets/styles/content/_rubrics.sass
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,12 @@ p.rubric
line-height: 1.25
font-weight: bold
font-size: 1.125em

// For Numpy-style documentation that's got rubrics within it.
// https://github.com/pradyunsg/furo/discussions/505
dd &
line-height: inherit
font-weight: inherit

font-size: var(--font-size--small)
text-transform: uppercase

0 comments on commit 75e0361

Please sign in to comment.