mirror of
https://github.com/pat-s/gitea-github-theme.git
synced 2024-11-21 13:00:58 +00:00
dark: background of "pending" label in review
This commit is contained in:
parent
a044c20906
commit
d06350970a
1 changed files with 7 additions and 1 deletions
8
theme-github-dark.css
Normal file → Executable file
8
theme-github-dark.css
Normal file → Executable file
|
@ -434,7 +434,7 @@ a.blob-excerpt {
|
|||
|
||||
/* remove border of "new file" button */
|
||||
.ui.buttons .button:first-child {
|
||||
border-left: 0px solid var(--color-light-border);
|
||||
border-left: 1px solid var(--color-markup-code-block);
|
||||
}
|
||||
|
||||
/* border color of dropdown svg */
|
||||
|
@ -547,3 +547,9 @@ input {
|
|||
background: #0d8b2c;
|
||||
color: var(--color-text);
|
||||
}
|
||||
|
||||
/* review - pending label */
|
||||
.ui.basic.labels .yellow.label, .ui.ui.ui.basic.yellow.label {
|
||||
background: var(--color-project-board-bg);
|
||||
color: #333 !important;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue