fix: use green label for open issue and PR

This gives the "Open" label on issues and PRs a green background, to
make it distinguish from merged PRs. This is also somewhat in line for
having a distinguished color for closed issues and PRs.

Signed-off-by: Gnarwhal <git.aspect893@passmail.net>
This commit is contained in:
Gusted 2024-11-09 00:16:05 +01:00 committed by Gnarwhal
parent 306da2a82d
commit c629a2398a
Signed by: Gnarwhal
GPG key ID: 0989A73D8C421174
2 changed files with 6 additions and 0 deletions

View file

@ -601,6 +601,9 @@ i.grey.icon.icon.icon.icon {
color: inherit;
margin-bottom: 16px !important;
}
.issue-state-label.green {
background-color: #16a34a !important;
}
/* friendlycaptcha */
.frc-captcha.frc-captcha,

View file

@ -369,6 +369,9 @@ i.grey.icon.icon.icon.icon {
color: inherit;
margin-bottom: 16px !important;
}
.issue-state-label.green {
background-color: #16a34a !important;
}
/* friendlycaptcha */
.frc-captcha.frc-captcha,