Skip to content

Commit 21328cb

Browse files
committed
Fix: 후원사 상세 페이지 텍스트 컬러 수정
1 parent 7862b89 commit 21328cb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/pages/Sponsor/SponsorDetail.tsx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,13 @@ const H1 = styled.h1`
9090
const H3 = styled.h3`
9191
margin-top: 1.5rem;
9292
font-size: 24px;
93-
color: white;
93+
color: #c2c7d0;
94+
95+
& > p,
96+
span > p,
97+
span {
98+
color: #c2c7d0;
99+
}
94100
95101
@media only screen and (max-width: 810px) {
96102
padding: 0 1rem;

0 commit comments

Comments
 (0)