Skip to content

Commit d2e0f06

Browse files
committed
색상 대비율 높이기
1 parent 5b074d0 commit d2e0f06

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

css/styles.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ section.hero img {
148148
max-width: 100%;
149149
border-radius: 92px;
150150
background-color: #33c6dd;
151-
color: #FFF;
151+
color: black;
152152
font-size: 16px;
153153
font-weight: 700;
154154
letter-spacing: 0.4px;
@@ -261,7 +261,8 @@ section.best-sellers .product-slider .product .product-info {
261261
}
262262

263263
section.best-sellers .product-slider .product .product-info .categories {
264-
color: #33c6dd;
264+
/* color: #33c6dd; */
265+
color: black;
265266
font-weight: normal;
266267
font-size: 14px;
267268
letter-spacing: 0.35px;

0 commit comments

Comments
 (0)