From 4ac74837b3dcd2e4e8a38225a42030b18887b9dd Mon Sep 17 00:00:00 2001 From: lutinglt Date: Sat, 1 Nov 2025 21:36:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A8=E5=B1=80=20a=20=E6=A0=87=E7=AD=BE?= =?UTF-8?q?=E4=B8=8B=E5=88=92=E7=BA=BF=E5=81=8F=E7=A7=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/components/heatmap.ts | 1 - styles/components/packages.ts | 1 - styles/public/base.ts | 3 +++ 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/styles/components/heatmap.ts b/styles/components/heatmap.ts index 3f337e9..d089086 100644 --- a/styles/components/heatmap.ts +++ b/styles/components/heatmap.ts @@ -85,7 +85,6 @@ export const activity = css` // 动态的主要内容 > .flex-item-main { gap: 8px !important; - text-underline-offset: 0.2rem; // 动态的标题 > div:not([class]) { display: flex; diff --git a/styles/components/packages.ts b/styles/components/packages.ts index a3780a5..fd336f3 100644 --- a/styles/components/packages.ts +++ b/styles/components/packages.ts @@ -35,7 +35,6 @@ export const packagesList = css` font-size: 12px; a { text-decoration: underline; - text-underline-offset: 3px; } } } diff --git a/styles/public/base.ts b/styles/public/base.ts index 98a2214..4fc6bbe 100644 --- a/styles/public/base.ts +++ b/styles/public/base.ts @@ -4,4 +4,7 @@ export const body = css` body { line-height: 18px; } + a { + text-underline-offset: 0.2rem; + } `;