From b8eab9c55cd48852e0f947d4647186bcc4ae06f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B2=81=E6=B1=80?= <131967983+lutinglt@users.noreply.github.com> Date: Fri, 13 Dec 2024 12:41:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Issue=20=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- theme-github.css | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/theme-github.css b/theme-github.css index 33dd990..eb9357f 100644 --- a/theme-github.css +++ b/theme-github.css @@ -465,6 +465,37 @@ button, color: var(--color-orange); } +.ui.ui.ui.purple.label { + border-radius: 25px !important; +} + +.ui.ui.ui.green.label.issue-state-label { + background: var(--color-primary); + border-radius: 25px !important; +} + +.ui.ui.ui.red.label.issue-state-label { + background: var(--color-purple); + border-radius: 25px !important; +} + +.tw-bg-green { + background-color: var(--color-primary) !important; +} + +.tw-bg-red { + background-color: var(--color-purple) !important; +} + +.ui.dropdown .menu>.divider, +.ui.dropdown .menu>.item { + background: var(--color-box-header); +} + +.ui.dropdown .menu>.item:hover { + background: #1f6feb; +} + .ui.label:not(.basic) { border-radius: var(--border-radius); }