dark: background of "pending" label in review

This commit is contained in:
pat-s 2021-11-08 20:04:46 +01:00
parent a044c20906
commit d06350970a
No known key found for this signature in database
GPG key ID: 3C6318841EF78925

8
theme-github-dark.css Normal file → Executable file
View 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;
}