mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2025-10-27 05:31:04 +00:00
Compare commits
4 Commits
v1.23.3-20
...
v1.23.3-20
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b8d0e43074 | ||
|
|
79f305ee1e | ||
|
|
9acfd21a9d | ||
|
|
a897230f2c |
3
.github/release.md
vendored
3
.github/release.md
vendored
@@ -2,4 +2,5 @@
|
|||||||
|
|
||||||
#### 更符合 GitHub 风格
|
#### 更符合 GitHub 风格
|
||||||
|
|
||||||
- Action工作流页面同步
|
- 仓库导航栏文字颜色优化
|
||||||
|
- Action执行时间位置优化
|
||||||
@@ -7,6 +7,8 @@
|
|||||||
|
|
||||||
添加了短暂的过渡动画优化体验(与 GitHub Code 克隆列表动画一致)
|
添加了短暂的过渡动画优化体验(与 GitHub Code 克隆列表动画一致)
|
||||||
|
|
||||||
|
推荐搭配文件图标浏览器插件一起使用更佳 [github-file-explorer-icons](https://github.com/catppuccin/github-file-explorer-icons)
|
||||||
|
|
||||||
## 安装
|
## 安装
|
||||||
|
|
||||||
1. 在发布页下载最新的 `theme-github.css` 放入 `gitea/public/assets/css` 目录下
|
1. 在发布页下载最新的 `theme-github.css` 放入 `gitea/public/assets/css` 目录下
|
||||||
|
|||||||
@@ -13,10 +13,6 @@
|
|||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
margin-bottom: 24px;
|
margin-bottom: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.item {
|
|
||||||
font-weight: 400;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.twelve.wide {
|
.twelve.wide {
|
||||||
@@ -78,10 +74,6 @@
|
|||||||
border-radius: var(--border-radius);
|
border-radius: var(--border-radius);
|
||||||
margin-left: 32px;
|
margin-left: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.run-list-item-right {
|
|
||||||
width: 80px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -86,7 +86,7 @@
|
|||||||
.dropdown.item,
|
.dropdown.item,
|
||||||
.link.item,
|
.link.item,
|
||||||
a.item {
|
a.item {
|
||||||
color: var(--color-text);
|
color: #f0f6fc;
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
color: #9198a1;
|
color: #9198a1;
|
||||||
|
|||||||
@@ -31,7 +31,6 @@
|
|||||||
.item,
|
.item,
|
||||||
.item > summary {
|
.item > summary {
|
||||||
font-size: 1.1rem;
|
font-size: 1.1rem;
|
||||||
font-weight: 500;
|
|
||||||
background: unset;
|
background: unset;
|
||||||
padding: 6px 8px;
|
padding: 6px 8px;
|
||||||
color: var(--color-white) !important;
|
color: var(--color-white) !important;
|
||||||
@@ -41,6 +40,11 @@
|
|||||||
background: unset;
|
background: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.active.item,
|
||||||
|
.active.item > summary {
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
|
||||||
.active.item:after {
|
.active.item:after {
|
||||||
@extend %active-item-after-style;
|
@extend %active-item-after-style;
|
||||||
}
|
}
|
||||||
@@ -48,6 +52,7 @@
|
|||||||
details {
|
details {
|
||||||
&:has(.active.item) {
|
&:has(.active.item) {
|
||||||
> summary {
|
> summary {
|
||||||
|
font-weight: 600;
|
||||||
background: #161a21;
|
background: #161a21;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
@@ -55,6 +60,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.active.item {
|
||||||
|
font-weight: 400;
|
||||||
|
}
|
||||||
|
|
||||||
&[open] {
|
&[open] {
|
||||||
> summary {
|
> summary {
|
||||||
background: unset;
|
background: unset;
|
||||||
|
|||||||
Reference in New Issue
Block a user