feat: a hover style

This commit is contained in:
changjun
2023-07-11 10:36:08 +08:00
parent ec0879ad04
commit 099026bce6

View File

@@ -65,7 +65,8 @@ export default defineConfig({
'font-weight': '500',
},
'a:hover': {
color: 'var(--c-prose-primary)',
'color': 'var(--c-prose-primary)',
'border-bottom': '1px solid currentColor',
},
'blockquote': {
'font-style': 'none',