@theojs/lumen
Version:
专为 VitePress 打造的主题美化与 Vue 扩展组件库
18 lines (14 loc) • 362 B
CSS
/**
* Component: doc
* -------------------------------------------------------------------------- */
.vp-doc a {
text-underline-offset: 4px;
}
.vp-doc a:has(.VPBadge)::after {
display: none ;
}
/* @mdit/plugin-footnote: https://mdit-plugins.github.io/zh/footnote.html */
.vp-doc sup a,
.vp-doc a.footnote-backref {
text-decoration: none;
}