diff --git a/uno.config.ts b/uno.config.ts index 2747fc0..26a57c3 100644 --- a/uno.config.ts +++ b/uno.config.ts @@ -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',