From 18f2bf6a8f558c658fa444deef70a0bc64957bf4 Mon Sep 17 00:00:00 2001 From: Chish Date: Sun, 24 Sep 2023 04:01:08 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=BF=E8=89=B2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/theme-github.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/css/theme-github.css b/public/css/theme-github.css index 3ca762e..0406635 100644 --- a/public/css/theme-github.css +++ b/public/css/theme-github.css @@ -356,7 +356,7 @@ --color-orange: #f17a2b; --color-yellow: #f3c640; --color-olive: #c8df36; - --color-green: #3bc75b; + --color-green: #238636; --color-teal: #69d4cf; --color-blue: #4b80ca; --color-violet: #754ad3; @@ -383,7 +383,7 @@ --color-orange-dark-1: #f38236; --color-yellow-dark-1: #b88a03; --color-olive-dark-1: #839311; - --color-green-dark-1: #7a9e55; + --color-green-dark-1: #2ea043; --color-teal-dark-1: #00837c; --color-blue-dark-1: #347cb3; --color-violet-dark-1: #7b4edb;