浏览代码

Update business_theme_v14.css

SajmustafaKe 7 个月前
父节点
当前提交
b2201d4382
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 4 次插入5 次删除
  1. 4
    5
      business_theme_v14/public/css/business_theme_v14.css

+ 4
- 5
business_theme_v14/public/css/business_theme_v14.css 查看文件

@@ -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
-