perf(theme): improve footnote styles (#469)

This commit is contained in:
pengzhanbo 2025-02-16 15:03:45 +08:00 committed by GitHub
parent b13f1725f1
commit e0ae83d321
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);
}