From 250ce80a1d9732fd545426e23898115062841f30 Mon Sep 17 00:00:00 2001 From: Amio Date: Wed, 5 Feb 2025 10:40:23 +0800 Subject: [PATCH] chore: update home link style --- components/help-info.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/help-info.tsx b/components/help-info.tsx index f1f5b538..0e5bb2ad 100644 --- a/components/help-info.tsx +++ b/components/help-info.tsx @@ -111,8 +111,8 @@ export default function HomeIntro ({ isFlat = false }) { ul { padding-left: 1em } p, li { vertical-align: top; margin: 1rem 0; color: #333 } code { padding: 0.3em 0.5em; display: pre; color: #333; background: #EEF2F8; font-size: 14px } - a { display: inline; margin-right: 0.3em } - a:hover { text-decoration: underline #06D; color: #06D } + a { display: inline; margin-right: 0.3em; border-bottom: 1px dashed } + a:hover { border-bottom-style: solid } a code { color: #06D } .generator-list { display: flex; flex-wrap: wrap }