change background color from light blue to grey

This commit is contained in:
leafee98 2023-08-07 11:20:42 +08:00
parent 88cafb32ee
commit 5f4d08f091

View file

@ -14,7 +14,7 @@ body {
/* colors */ /* colors */
:root { :root {
--c-m-bg-0: #FFFFFF; --c-m-bg-0: #FFFFFF;
--c-m-bg-1: #F3F6FC; --c-m-bg-1: #F4F4F4;
--c-m-bg-2: #E5E9ED; --c-m-bg-2: #E5E9ED;
--c-m-bg-3: #C2E7FF; --c-m-bg-3: #C2E7FF;
--c-m-bg-4: #B8DBF0; --c-m-bg-4: #B8DBF0;