From ccd13f375c39aee92977581d4779f6dce5dfd7f7 Mon Sep 17 00:00:00 2001 From: ChuYong Date: Thu, 4 Jan 2024 15:21:10 +0900 Subject: [PATCH] feat: changed background color --- app/app/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/app/app.css b/app/app/app.css index df2201e..fa8e7db 100644 --- a/app/app/app.css +++ b/app/app/app.css @@ -18,7 +18,7 @@ body { color: rgb(var(--foreground-rgb)); - background: #171717; + background: #242427; font-family: Pretendard-Regular, sans-serif; }