|
@@ -1,4 +1,4 @@
|
1
|
|
-/* Works on Chrome, Edge, and Safari */
|
|
1
|
+* Works on Chrome, Edge, and Safari */
|
2
|
2
|
*::-webkit-scrollbar {
|
3
|
3
|
width: 6px;
|
4
|
4
|
}
|
|
@@ -135,8 +135,8 @@ input:focus{
|
135
|
135
|
|
136
|
136
|
/* Colours */
|
137
|
137
|
:root {
|
138
|
|
- --background-color: #da4545;
|
139
|
|
- --primary-color: #da613f;
|
|
138
|
+ --background-color: #45dabf;
|
|
139
|
+ --primary-color: #eb553b;
|
140
|
140
|
--secondary-color: #34aeb2;
|
141
|
141
|
--white-color: #ffffff;
|
142
|
142
|
--black-color: #000000;
|
|
@@ -157,7 +157,7 @@ input:focus{
|
157
|
157
|
border-radius: 0 !important;
|
158
|
158
|
}
|
159
|
159
|
.btn-primary:hover{
|
160
|
|
- background-color: rgba(227, 78, 33, 0.93) !important;
|
|
160
|
+ background-color: rgba(56, 225, 231, 0.93) !important;
|
161
|
161
|
}
|
162
|
162
|
/* .btn-secondary{
|
163
|
163
|
background-color: #606060 !important;
|
|
@@ -334,4 +334,3 @@ symbol#icon-small-down{
|
334
|
334
|
.filter-button span.filter-icon svg.icon{
|
335
|
335
|
stroke: var(--white-color);
|
336
|
336
|
} */
|
337
|
|
-
|