fix(core): backlink preview should use sans font family (#9102)

This commit is contained in:
Peng Xiao
2024-12-11 17:59:04 +08:00
committed by GitHub
parent dc7d128252
commit b864cbf9d3

View File

@@ -96,6 +96,9 @@ export const linkPreview = style({
padding: '8px',
marginBottom: '8px',
color: cssVarV2('text/primary'),
vars: {
[cssVar('fontFamily')]: cssVar('fontSansFamily'),
},
':hover': {
backgroundColor: cssVarV2('layer/background/hoverOverlay'),
},