From c629a2398aad15b58daebcd9b70230cb8f3d92ff Mon Sep 17 00:00:00 2001 From: Gusted Date: Sat, 9 Nov 2024 00:16:05 +0100 Subject: [PATCH] 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 --- public/assets/css/theme-gitdotgay-dark.css | 3 +++ public/assets/css/theme-gitdotgay-light.css | 3 +++ 2 files changed, 6 insertions(+) diff --git a/public/assets/css/theme-gitdotgay-dark.css b/public/assets/css/theme-gitdotgay-dark.css index 3ad0c57..33e9ef8 100644 --- a/public/assets/css/theme-gitdotgay-dark.css +++ b/public/assets/css/theme-gitdotgay-dark.css @@ -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, diff --git a/public/assets/css/theme-gitdotgay-light.css b/public/assets/css/theme-gitdotgay-light.css index 3c2cce9..4cf5eea 100644 --- a/public/assets/css/theme-gitdotgay-light.css +++ b/public/assets/css/theme-gitdotgay-light.css @@ -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,