From d040bfa3e61a53fda354be7f8c67d6cdb84659b5 Mon Sep 17 00:00:00 2001 From: HyeJeong Yoon <143067143+paulinayoun@users.noreply.github.com> Date: Thu, 11 Apr 2024 16:49:45 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A7=88=EB=AC=B8=20=EB=A7=88=EA=B0=90=20?= =?UTF-8?q?=EB=B0=B0=EA=B2=BD=EC=83=89=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 배경색 #fb43ff 로 변경 --- src/app/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/main.css b/src/app/main.css index abd605a..6f10e17 100644 --- a/src/app/main.css +++ b/src/app/main.css @@ -16,7 +16,7 @@ top: 0; width: 100%; height: var(--top-padding); - background-color: red; + background-color: #fb43ff; color: white; font-family: 'Noto Sans KR'; z-index: 10; @@ -334,4 +334,4 @@ em { .result { max-width: 50rem; -} \ No newline at end of file +}