Skip to content

Commit c35bcda

Browse files
author
dhp94d
committed
feat:색상 대비율 변경
1 parent 5b87846 commit c35bcda

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

css/styles.css

+11-11
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ header .logo a {
4545
}
4646

4747
header .logo .blue-dot {
48-
background-color: #33c6dd;
48+
background-color: #0c5d69;
4949
width: 10px;
5050
height: 10px;
5151
display: inline-block;
@@ -76,7 +76,7 @@ header nav ul li a {
7676
}
7777

7878
header nav ul li a:hover {
79-
color: #33c6dd;
79+
color: #0c5d69;
8080
}
8181

8282
header nav ul li:last-of-type a {
@@ -139,7 +139,7 @@ section.hero img {
139139
width: 220px;
140140
max-width: 100%;
141141
border-radius: 92px;
142-
background-color: #33c6dd;
142+
background-color: #0c5d69;
143143
color: #fff;
144144
font-size: 16px;
145145
font-weight: 700;
@@ -152,9 +152,9 @@ section.hero img {
152152
}
153153

154154
.hero-content button:hover {
155-
color: #33c6dd;
155+
color: #0c5d69;
156156
background-color: #fff;
157-
border: 1px solid #33c6dd;
157+
border: 1px solid #0c5d69;
158158
}
159159

160160
section.country-bar {
@@ -184,7 +184,7 @@ section.best-sellers h1 {
184184

185185
section.best-sellers hr {
186186
border: none;
187-
border-top: 5px solid #33c6dd;
187+
border-top: 5px solid #0c5d69;
188188
width: 66px;
189189
}
190190

@@ -252,7 +252,7 @@ section.best-sellers .product-slider .product .product-info {
252252
}
253253

254254
section.best-sellers .product-slider .product .product-info .categories {
255-
color: #33c6dd;
255+
color: #0c5d69;
256256
font-weight: normal;
257257
font-size: 14px;
258258
letter-spacing: 0.35px;
@@ -318,8 +318,8 @@ section.best-sellers .product-slider .product .product-info button {
318318
}
319319

320320
section.best-sellers .product-slider .product:hover .product-info button {
321-
background-color: #33c6dd;
322-
border: 1px solid #33c6dd;
321+
background-color: #0c5d69;
322+
border: 1px solid #0c5d69;
323323
color: white;
324324
}
325325

@@ -419,7 +419,7 @@ footer .bottom-nav ul li a {
419419
}
420420

421421
footer .bottom-nav ul li a:hover {
422-
color: #33c6dd;
422+
color: #0c5d69;
423423
}
424424

425425
footer .bottom-nav ul li.list-title {
@@ -642,7 +642,7 @@ footer .copyright-text {
642642
}
643643

644644
section.best-sellers hr {
645-
border-top: 4px solid #33c6dd;
645+
border-top: 4px solid #0c5d69;
646646
width: 40px;
647647
}
648648

0 commit comments

Comments
 (0)