Skip to content

Commit

Permalink
FIX: use target color for footnotes (#962)
Browse files Browse the repository at this point in the history
use target color for footnotes
  • Loading branch information
12rambau authored Sep 29, 2022
1 parent 2e09895 commit 2dac638
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pydata_sphinx_theme/assets/styles/content/_footnotes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,8 @@ aside.footnote {
span.backrefs {
font-weight: bold;
}

&:target {
background-color: var(--pst-color-target);
}
}

0 comments on commit 2dac638

Please sign in to comment.