Spaces:
Running
Running
Update templates/result.html
Browse files- 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: #
|
80 |
color: white;
|
81 |
border: none;
|
82 |
border-radius: 6px;
|
@@ -89,7 +89,7 @@
|
|
89 |
}
|
90 |
|
91 |
.button:hover {
|
92 |
-
background-color: #
|
93 |
text-decoration: none;
|
94 |
}
|
95 |
|
@@ -202,7 +202,7 @@
|
|
202 |
transition: all 0.3s ease;
|
203 |
}
|
204 |
.aibom-tab.active {
|
205 |
-
background-color: #
|
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) {
|