a1c00l commited on
Commit
1ce66c2
·
verified ·
1 Parent(s): 371e54c

Update templates/result.html

Browse files
Files changed (1) hide show
  1. templates/result.html +3 -3
templates/result.html CHANGED
@@ -76,7 +76,7 @@
76
  .button {
77
  display: inline-block;
78
  padding: 12px 20px;
79
- background-color: #3498db;
80
  color: white;
81
  border: none;
82
  border-radius: 6px;
@@ -89,7 +89,7 @@
89
  }
90
 
91
  .button:hover {
92
- background-color: #2980b9;
93
  text-decoration: none;
94
  }
95
 
@@ -202,7 +202,7 @@
202
  transition: all 0.3s ease;
203
  }
204
  .aibom-tab.active {
205
- background-color: #3498db;
206
  color: white;
207
  }
208
  .aibom-tab:hover:not(.active) {
 
76
  .button {
77
  display: inline-block;
78
  padding: 12px 20px;
79
+ background-color: #7f8c8d;
80
  color: white;
81
  border: none;
82
  border-radius: 6px;
 
89
  }
90
 
91
  .button:hover {
92
+ background-color: #95a5a6;
93
  text-decoration: none;
94
  }
95
 
 
202
  transition: all 0.3s ease;
203
  }
204
  .aibom-tab.active {
205
+ background-color: #6c7a89;
206
  color: white;
207
  }
208
  .aibom-tab:hover:not(.active) {