mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2025-10-27 05:31:04 +00:00
禁用工作流标签优化
This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
// Made by Luting ^-^
|
||||
// 禁用工作流标签
|
||||
.ui.vertical.menu .item > .ui.red.label {
|
||||
color: var(--color-error-text);
|
||||
border: 1px solid var(--color-error-border);
|
||||
background: var(--color-error-bg);
|
||||
margin-top: 0.5px;
|
||||
}
|
||||
|
||||
.job-step-summary {
|
||||
color: var(--color-console-fg-subtle);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user