@@ -41,31 +41,31 @@ h1, h2, h3, hr, h5, h6 {
41
41
}
42
42
43
43
.shop-now-button {
44
- background : black ;
44
+ background : # 262323 ;
45
45
color : white;
46
46
min-width : 260px ;
47
47
}
48
48
49
49
.btn-black {
50
- background : black ;
50
+ background : # 262323 ;
51
51
color : white;
52
52
}
53
53
54
54
.bg-black {
55
- background : black ;
55
+ background : # 262323 ;
56
56
color : white;
57
57
}
58
58
59
59
.btn-outline-black {
60
60
background : white;
61
- color : black !important ; /* use important to override link colors for <a> elements */
62
- border : 1px solid black ;
61
+ color : # 262323 !important ; /* use important to override link colors for <a> elements */
62
+ border : 1px solid # 262323 ;
63
63
}
64
64
65
65
.btn-outline-black : hover ,
66
66
.btn-outline-black : active ,
67
67
.btn-outline-black : focus {
68
- background : black ;
68
+ background : # 262323 ;
69
69
color : white !important ;
70
70
}
71
71
@@ -80,15 +80,15 @@ h1, h2, h3, hr, h5, h6 {
80
80
}
81
81
82
82
.text-black {
83
- color : # 000 !important ;
83
+ color : # 262323 !important ;
84
84
}
85
85
86
86
.border-black {
87
- border : 1px solid black !important ;
87
+ border : 1px solid # 262323 !important ;
88
88
}
89
89
90
90
.bg-black {
91
- background : # 000 !important ;
91
+ background : # 262323 !important ;
92
92
}
93
93
94
94
.overlay {
@@ -147,7 +147,7 @@ input[name='q']::placeholder {
147
147
height : 0 ;
148
148
border-left : 4px solid transparent;
149
149
border-right : 4px solid transparent;
150
- border-bottom : 10px solid black ;
150
+ border-bottom : 10px solid # 262323 ;
151
151
position : absolute;
152
152
top : -10px ;
153
153
right : 36px ;
@@ -209,7 +209,7 @@ input[name='q']::placeholder {
209
209
}
210
210
211
211
.allauth-form-inner-content input {
212
- border-color : # 000 ;
212
+ border-color : # 262323 ;
213
213
border-radius : 0 ;
214
214
}
215
215
@@ -233,8 +233,8 @@ input[name='q']::placeholder {
233
233
-moz-user-select : none;
234
234
-ms-user-select : none;
235
235
user-select : none;
236
- background-color : # 000 ;
237
- border : 1px solid # 000 ;
236
+ background-color : # 262323 ;
237
+ border : 1px solid # 262323 ;
238
238
padding : .375rem .75rem ;
239
239
font-size : 1rem ;
240
240
line-height : 1.5 ;
@@ -304,7 +304,7 @@ input[name='q']::placeholder {
304
304
# subscribe_submit {
305
305
width : 60% !important ;
306
306
color : white;
307
- background-color : # 000 ;
307
+ background-color : # 262323 ;
308
308
}
309
309
310
310
/* fixed top navbar only on medium and up */
0 commit comments