From 6ab8c9c6077fa3f95349c9029620ec35f656516b Mon Sep 17 00:00:00 2001 From: Gwangseo Go Date: Sat, 2 Sep 2023 07:03:43 +0900 Subject: [PATCH] feat: add background color --- src/pages/global.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/global.css b/src/pages/global.css index 4ddb0aa..43dc7ad 100644 --- a/src/pages/global.css +++ b/src/pages/global.css @@ -27,6 +27,7 @@ body { margin: 0; + background-color: #ffffff; } .hipi {