mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2025-12-21 22:23:56 +00:00
+1
This commit is contained in:
@@ -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]) {
|
||||||
// 尽量只选中仓库名, 不匹配标签和分支
|
// 尽量只选中仓库名, 不匹配标签和分支
|
||||||
|
|||||||
Reference in New Issue
Block a user