From cbbab7f45376fb1d4bf6e82d88b958a63fb7e4c2 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 13:19:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A8=E6=83=85=E6=A0=87=E7=AD=BE=E5=90=8C?= =?UTF-8?q?=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- theme-github.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/theme-github.css b/theme-github.css index c510b53..ab1a5d6 100644 --- a/theme-github.css +++ b/theme-github.css @@ -479,6 +479,18 @@ button, border-radius: 25px !important; } +.ui.ui.ui.basic.primary.label { + color: var(--color-blue); + background-color: #388bfd33 !important; + border-color: #1f6feb !important; + border-radius: 25px !important; +} + +a.ui.ui.ui.basic.primary.label:hover { + color: #79c0ff; + background-color: #3a83fd5c !important; +} + .tw-bg-green { background-color: var(--color-primary) !important; }