This commit is contained in:
lutinglt
2025-11-01 15:56:17 +08:00
parent d22c46e96f
commit 41e209c257

View File

@@ -85,6 +85,7 @@ export const activity = css`
// 动态的主要内容 // 动态的主要内容
> .flex-item-main { > .flex-item-main {
gap: 8px !important; gap: 8px !important;
text-underline-offset: 0.2rem;
// 动态的标题 // 动态的标题
> div:not([class]) { > div:not([class]) {
display: flex; display: flex;
@@ -93,7 +94,6 @@ export const activity = css`
flex-wrap: wrap; flex-wrap: wrap;
> a { > a {
color: ${themeVars.color.text.self}; color: ${themeVars.color.text.self};
text-underline-offset: 0.2rem;
// 不匹配作者 // 不匹配作者
&:not([title]) { &:not([title]) {
// 尽量只选中仓库名, 不匹配标签和分支 // 尽量只选中仓库名, 不匹配标签和分支