Compare commits

...

4 Commits

Author SHA1 Message Date
lutinglt
b8d0e43074 Action执行时间位置优化 2025-02-11 12:49:34 +08:00
lutinglt
79f305ee1e 仓库导航栏文字颜色优化 2025-02-11 12:47:07 +08:00
lutinglt
9acfd21a9d Update README.md 2025-02-11 11:11:51 +08:00
lutinglt
a897230f2c 修复英文下Action页面执行时间换行&菜单文字粗细样式优化 2025-02-11 11:06:44 +08:00
5 changed files with 15 additions and 11 deletions

3
.github/release.md vendored
View File

@@ -2,4 +2,5 @@
#### 更符合 GitHub 风格
- Action工作流页面同步
- 仓库导航栏文字颜色优化
- Action执行时间位置优化

View File

@@ -7,6 +7,8 @@
添加了短暂的过渡动画优化体验(与 GitHub Code 克隆列表动画一致)
推荐搭配文件图标浏览器插件一起使用更佳 [github-file-explorer-icons](https://github.com/catppuccin/github-file-explorer-icons)
## 安装
1. 在发布页下载最新的 `theme-github.css` 放入 `gitea/public/assets/css` 目录下

View File

@@ -13,10 +13,6 @@
margin-top: 6px;
margin-bottom: 24px;
}
.item {
font-weight: 400;
}
}
.twelve.wide {
@@ -78,10 +74,6 @@
border-radius: var(--border-radius);
margin-left: 32px;
}
.run-list-item-right {
width: 80px;
}
}
}
}

View File

@@ -86,7 +86,7 @@
.dropdown.item,
.link.item,
a.item {
color: var(--color-text);
color: #f0f6fc;
svg {
color: #9198a1;

View File

@@ -31,7 +31,6 @@
.item,
.item > summary {
font-size: 1.1rem;
font-weight: 500;
background: unset;
padding: 6px 8px;
color: var(--color-white) !important;
@@ -41,6 +40,11 @@
background: unset;
}
.active.item,
.active.item > summary {
font-weight: 600;
}
.active.item:after {
@extend %active-item-after-style;
}
@@ -48,6 +52,7 @@
details {
&:has(.active.item) {
> summary {
font-weight: 600;
background: #161a21;
&:hover {
@@ -55,6 +60,10 @@
}
}
.active.item {
font-weight: 400;
}
&[open] {
> summary {
background: unset;