Skip to content

Commit d040bfa

Browse files
authored
질문 마감 배경색 변경
배경색 #fb43ff 로 변경
1 parent 42ba921 commit d040bfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
top: 0;
1717
width: 100%;
1818
height: var(--top-padding);
19-
background-color: red;
19+
background-color: #fb43ff;
2020
color: white;
2121
font-family: 'Noto Sans KR';
2222
z-index: 10;
@@ -334,4 +334,4 @@ em {
334334

335335
.result {
336336
max-width: 50rem;
337-
}
337+
}

0 commit comments

Comments
 (0)