@@ -45,7 +45,7 @@ header .logo a {
45
45
}
46
46
47
47
header .logo .blue-dot {
48
- background-color : # 33c6dd ;
48
+ background-color : # 0c5d69 ;
49
49
width : 10px ;
50
50
height : 10px ;
51
51
display : inline-block;
@@ -76,7 +76,7 @@ header nav ul li a {
76
76
}
77
77
78
78
header nav ul li a : hover {
79
- color : # 33c6dd ;
79
+ color : # 0c5d69 ;
80
80
}
81
81
82
82
header nav ul li : last-of-type a {
@@ -139,7 +139,7 @@ section.hero img {
139
139
width : 220px ;
140
140
max-width : 100% ;
141
141
border-radius : 92px ;
142
- background-color : # 33c6dd ;
142
+ background-color : # 0c5d69 ;
143
143
color : # fff ;
144
144
font-size : 16px ;
145
145
font-weight : 700 ;
@@ -152,9 +152,9 @@ section.hero img {
152
152
}
153
153
154
154
.hero-content button : hover {
155
- color : # 33c6dd ;
155
+ color : # 0c5d69 ;
156
156
background-color : # fff ;
157
- border : 1px solid # 33c6dd ;
157
+ border : 1px solid # 0c5d69 ;
158
158
}
159
159
160
160
section .country-bar {
@@ -184,7 +184,7 @@ section.best-sellers h1 {
184
184
185
185
section .best-sellers hr {
186
186
border : none;
187
- border-top : 5px solid # 33c6dd ;
187
+ border-top : 5px solid # 0c5d69 ;
188
188
width : 66px ;
189
189
}
190
190
@@ -252,7 +252,7 @@ section.best-sellers .product-slider .product .product-info {
252
252
}
253
253
254
254
section .best-sellers .product-slider .product .product-info .categories {
255
- color : # 33c6dd ;
255
+ color : # 0c5d69 ;
256
256
font-weight : normal;
257
257
font-size : 14px ;
258
258
letter-spacing : 0.35px ;
@@ -295,7 +295,7 @@ section.best-sellers
295
295
.product-info
296
296
.price
297
297
.original-price {
298
- color : # 9b9b9b ;
298
+ color : black ;
299
299
font-weight : normal;
300
300
font-size : 16px ;
301
301
letter-spacing : 0.4px ;
@@ -318,8 +318,8 @@ section.best-sellers .product-slider .product .product-info button {
318
318
}
319
319
320
320
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 ;
323
323
color : white;
324
324
}
325
325
@@ -419,7 +419,7 @@ footer .bottom-nav ul li a {
419
419
}
420
420
421
421
footer .bottom-nav ul li a : hover {
422
- color : # 33c6dd ;
422
+ color : # 0c5d69 ;
423
423
}
424
424
425
425
footer .bottom-nav ul li .list-title {
@@ -642,7 +642,7 @@ footer .copyright-text {
642
642
}
643
643
644
644
section .best-sellers hr {
645
- border-top : 4px solid # 33c6dd ;
645
+ border-top : 4px solid # 0c5d69 ;
646
646
width : 40px ;
647
647
}
648
648
0 commit comments