From e3b0897dacb20cc1b2f992ea88a1f868fbb0656c Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Fri, 4 Mar 2022 09:06:15 +0100 Subject: [PATCH] update color --- gitea-github-theme/theme-github-dark.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitea-github-theme/theme-github-dark.css b/gitea-github-theme/theme-github-dark.css index 44ebab6..d249bad 100755 --- a/gitea-github-theme/theme-github-dark.css +++ b/gitea-github-theme/theme-github-dark.css @@ -1,5 +1,5 @@ :root { - --color-primary: #347d39; + --color-primary: #2185d0; --border-radius: 6px; --color-body: #373e47; --color-navbar: #22272e;