Skip to content

Commit

Permalink
Adds the exact approach from Fury, adjustments pending, credits @prad…
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaoming committed Oct 5, 2022
1 parent 02c46ba commit 49ddc86
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/sass/_theme_rst.sass
Original file line number Diff line number Diff line change
Expand Up @@ -337,9 +337,23 @@
dl.option-list
kbd
font-size: 0.9rem

// docutils >= 0.18
aside.footnote
font-size: 0.9rem

aside.footnote > span,
div.citation > span
font-weight: 500

aside.footnote > p,
div.citation > p
margin-left: 2rem

// Both
html.writer-html4 & table.docutils.citation, table.docutils.footnote,
html.writer-html5 & dl.footnote
html.writer-html5 & aside.footnote
color: $text-medium
code
color: $gray
Expand Down

0 comments on commit 49ddc86

Please sign in to comment.