mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2026-04-13 23:11:37 +08:00
Compare commits
6 Commits
7f51f4b2eb
...
b057060b05
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b057060b05 | ||
|
|
394a53d963 | ||
|
|
0f7a1d85c9 | ||
|
|
baa59d60a7 | ||
|
|
a62f65700c | ||
|
|
f2580e6c77 |
BIN
screenshots/dashboard.png
vendored
BIN
screenshots/dashboard.png
vendored
Binary file not shown.
|
Before Width: | Height: | Size: 269 KiB After Width: | Height: | Size: 593 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 295 KiB After Width: | Height: | Size: 602 KiB |
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user