Skip to content

Commit 5fc0974

Browse files
committed
feat:css 수정
1 parent d2d1ce8 commit 5fc0974

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/index.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,14 @@ body {
4545
html {
4646
zoom: 1; /* 기본 줌 설정 */
4747
margin: 0px;
48+
background-color: #101010; /* 앱 메인 배경색과 통일 */
4849
}
4950

5051
body {
5152
display: flex;
5253
justify-items: center;
5354
margin: 0px;
54-
background-color: rgba(255, 255, 255, 0.2);
55+
background-color: #101010; /* 앱 메인 배경색 - Safe Area 영역도 검은색으로 */
5556
min-width: 320px;
5657
min-height: 100vh;
5758
min-height: 100dvh; /* 동적 viewport height - 모바일 브라우저 주소창 제외 */

0 commit comments

Comments
 (0)