优化用户动态页

This commit is contained in:
lutinglt
2025-10-31 19:11:13 +08:00
parent 7f51f4b2eb
commit f2580e6c77

View File

@@ -97,10 +97,10 @@ export const activity = css`
text-underline-offset: 0.2rem;
// 不匹配作者
&:not([title]) {
text-decoration: underline;
// 尽量只选中仓库名, 不匹配标签和分支
&:not([href*="tag"]):not([href*="branch"]) {
color: ${themeVars.color.primary.self};
text-decoration: underline;
}
}
}