Skip to content

Commit 6caa75e

Browse files
authored
Merge pull request #22 from codeit-sprint-part3-6team/#21_이슈-테스트
test: 이슈 생성 테스트
2 parents dacd40e + 301d9af commit 6caa75e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/styles/globals.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1+
:root {
2+
--black: #000;
3+
}
4+
15
body {
2-
background-color: #000;
6+
background-color: var(--black);
37
font-size: 50px;
48
color: #fff;
59
position: absolute;
610
top: 50%;
711
left: 50%;
812
transform: translate(-50%, -50%);
9-
}
13+
}

0 commit comments

Comments
 (0)