From 41e209c257de2635d10126bb05a61529f86bab92 Mon Sep 17 00:00:00 2001 From: lutinglt Date: Sat, 1 Nov 2025 15:56:17 +0800 Subject: [PATCH] +1 --- styles/components/heatmap.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/components/heatmap.ts b/styles/components/heatmap.ts index 203bcc9..3f337e9 100644 --- a/styles/components/heatmap.ts +++ b/styles/components/heatmap.ts @@ -85,6 +85,7 @@ export const activity = css` // 动态的主要内容 > .flex-item-main { gap: 8px !important; + text-underline-offset: 0.2rem; // 动态的标题 > div:not([class]) { display: flex; @@ -93,7 +94,6 @@ export const activity = css` flex-wrap: wrap; > a { color: ${themeVars.color.text.self}; - text-underline-offset: 0.2rem; // 不匹配作者 &:not([title]) { // 尽量只选中仓库名, 不匹配标签和分支