From 099026bce69b92bdeb80ee7c3cf707231d5edcb5 Mon Sep 17 00:00:00 2001 From: changjun <52chinaweb@gmail.com> Date: Tue, 11 Jul 2023 10:36:08 +0800 Subject: [PATCH] feat: a hover style --- uno.config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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',