Skip to content

Commit

Permalink
🐛 Fix: fix footnote style error
Browse files Browse the repository at this point in the history
  • Loading branch information
Lruihao committed Jul 4, 2024
1 parent c18aac4 commit b067289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/_page/_single.scss
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@
@include link(false, true);
}

sup[id^='fnref:']:has(.footnote-ref) {
sup[id^='fnref']:has(.footnote-ref) {
padding: 2px 4px;
background-color: rgba(238, 238, 238, 0.7);
color: #555555;
Expand Down

0 comments on commit b067289

Please sign in to comment.