Skip to content

Commit 1daf3f7

Browse files
committed
style: 접근성을 위한 색상 대비 개선
1 parent 06adad5 commit 1daf3f7

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

css/styles.css

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
2-
3-
41
body {
52
margin: 0;
63
font-family: 'Heebo';
@@ -152,7 +149,7 @@ section.hero img.desktop {
152149
width: 220px;
153150
max-width: 100%;
154151
border-radius: 92px;
155-
background-color: #33c6dd;
152+
background-color: #00a8c1;
156153
color: #FFF;
157154
font-size: 16px;
158155
font-weight: 700;
@@ -165,9 +162,9 @@ section.hero img.desktop {
165162
}
166163

167164
.hero-content button:hover {
168-
color: #33c6dd;
169-
background-color: #FFF;
170-
border: 1px solid #33c6dd;
165+
color: #00a8c1;
166+
background-color: #FFFFFF;
167+
border: 1px solid #00a8c1;
171168
}
172169

173170

@@ -266,7 +263,7 @@ section.best-sellers .product-slider .product .product-info {
266263
}
267264

268265
section.best-sellers .product-slider .product .product-info .categories {
269-
color: #33c6dd;
266+
color: #00a8c1;
270267
font-weight: normal;
271268
font-size: 14px;
272269
letter-spacing: 0.35px;
@@ -300,7 +297,7 @@ section.best-sellers .product-slider .product .product-info .price .discounted-p
300297
}
301298

302299
section.best-sellers .product-slider .product .product-info .price .original-price {
303-
color: #9B9B9B;
300+
color: #666666;
304301
font-weight: normal;
305302
font-size: 16px;
306303
letter-spacing: 0.4px;
@@ -733,10 +730,6 @@ footer .copyright-text {
733730
footer .bottom-nav ul:last-of-type {
734731
margin-bottom: 0;
735732
}
736-
737-
738-
739-
740733
}
741734
/* End of Design for Mobile Phones */
742735

0 commit comments

Comments
 (0)