From 5f4d08f091cb2f033c6be94c0ef8b7a50df99686 Mon Sep 17 00:00:00 2001 From: leafee98 Date: Mon, 7 Aug 2023 11:20:42 +0800 Subject: [PATCH] change background color from light blue to grey --- template/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/style.css b/template/style.css index 8270ec8..23d7c83 100644 --- a/template/style.css +++ b/template/style.css @@ -14,7 +14,7 @@ body { /* colors */ :root { --c-m-bg-0: #FFFFFF; - --c-m-bg-1: #F3F6FC; + --c-m-bg-1: #F4F4F4; --c-m-bg-2: #E5E9ED; --c-m-bg-3: #C2E7FF; --c-m-bg-4: #B8DBF0;