Skip to content

Commit

Permalink
perf(theme): improve footnote styles (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhanbo authored Feb 16, 2025
1 parent b13f172 commit e0ae83d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions theme/src/client/styles/md-enhance.css
Original file line number Diff line number Diff line change
Expand Up @@ -195,18 +195,19 @@

/* --------------------- Markdown Enhance: Footnote -------------------------------- */
.vp-doc .footnotes-sep {
display: none;
/* display: none; */
margin-top: 32px;
}

.vp-doc .footnotes {
position: relative;
padding: 12px 0 12px 16px;
margin-top: 32px;
margin-top: 16px;
font-size: 14px;

background-color: var(--vp-c-bg-safe);
border-radius: 6px;
opacity: 0.85;
opacity: 0.7;
transition: background var(--vp-t-color);
}

Expand Down

0 comments on commit e0ae83d

Please sign in to comment.