Skip to content

Commit 92128f5

Browse files
committed
fix :: text 요소의 색 변경
1 parent a470a2c commit 92128f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/velog-web/src/features/velog/components/VelogFollowStats/VelogFollowStats.module.css

+4
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@
3737
margin-top: 16px;
3838
font-size: 32px;
3939

40+
.text {
41+
color: var(--text2);
42+
}
43+
4044
@media screen and (max-width: 768px) {
4145
font-size: 24px;
4246
}

0 commit comments

Comments
 (0)