UNPKG

@theojs/lumen

Version:

专为 VitePress 打造的主题美化与 Vue 扩展组件库

19 lines (15 loc) 393 B
/** * Component: doc * -------------------------------------------------------------------------- */ .vp-doc a { -webkit-text-decoration: underline solid; text-decoration: underline solid; text-underline-offset: 4px; } .vp-doc a:hover { -webkit-text-decoration: underline solid; text-decoration: underline solid; } .vp-doc a:has(.VPBadge)::after { display: none !important; }