Skip to content

Commit

Permalink
fix(style): apply css to ref links in details blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Octobug committed Apr 2, 2024
1 parent 533dbba commit 8796750
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vitepress/theme/pages/Layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ li.footnote-item p em {
color: var(--vp-c-text-2);
}
sup.footnote-ref a {
color: var(--vp-c-text-3);
sup.footnote-ref a[id^=fnref] {
color: var(--vp-c-text-2);
font-size: 0.8rem;
}
</style>

0 comments on commit 8796750

Please sign in to comment.