Spaces:
Running
Running
Update index.html (#5)
Browse files- Update index.html (ca7c608887875ce3164c455b0c07765fdf09f03e)
Co-authored-by: Elie Bakouch <eliebak@users.noreply.huggingface.co>
- index.html +5 -1
index.html
CHANGED
|
@@ -104,10 +104,11 @@
|
|
| 104 |
.toggle-button {
|
| 105 |
padding: 8px 16px;
|
| 106 |
border: none;
|
|
|
|
| 107 |
border-radius: 5px;
|
| 108 |
cursor: pointer;
|
| 109 |
font-size: 14px;
|
| 110 |
-
transition: background-color 0.3s;
|
| 111 |
}
|
| 112 |
.toggle-button.active {
|
| 113 |
color: white;
|
|
@@ -119,6 +120,7 @@
|
|
| 119 |
}
|
| 120 |
.toggle-button.open-source.active {
|
| 121 |
background-color: #4caf50;
|
|
|
|
| 122 |
}
|
| 123 |
.toggle-button.api-only {
|
| 124 |
background-color: #ffebee;
|
|
@@ -127,6 +129,7 @@
|
|
| 127 |
}
|
| 128 |
.toggle-button.api-only.active {
|
| 129 |
background-color: #f44336;
|
|
|
|
| 130 |
}
|
| 131 |
.toggle-button.show-all {
|
| 132 |
background-color: #e3f2fd;
|
|
@@ -135,6 +138,7 @@
|
|
| 135 |
}
|
| 136 |
.toggle-button.show-all.active {
|
| 137 |
background-color: #2196f3;
|
|
|
|
| 138 |
}
|
| 139 |
.github-link {
|
| 140 |
text-align: center;
|
|
|
|
| 104 |
.toggle-button {
|
| 105 |
padding: 8px 16px;
|
| 106 |
border: none;
|
| 107 |
+
color: black;
|
| 108 |
border-radius: 5px;
|
| 109 |
cursor: pointer;
|
| 110 |
font-size: 14px;
|
| 111 |
+
transition: background-color 0.3s, color 0.3s;
|
| 112 |
}
|
| 113 |
.toggle-button.active {
|
| 114 |
color: white;
|
|
|
|
| 120 |
}
|
| 121 |
.toggle-button.open-source.active {
|
| 122 |
background-color: #4caf50;
|
| 123 |
+
color: white;
|
| 124 |
}
|
| 125 |
.toggle-button.api-only {
|
| 126 |
background-color: #ffebee;
|
|
|
|
| 129 |
}
|
| 130 |
.toggle-button.api-only.active {
|
| 131 |
background-color: #f44336;
|
| 132 |
+
color: white;
|
| 133 |
}
|
| 134 |
.toggle-button.show-all {
|
| 135 |
background-color: #e3f2fd;
|
|
|
|
| 138 |
}
|
| 139 |
.toggle-button.show-all.active {
|
| 140 |
background-color: #2196f3;
|
| 141 |
+
color: white;
|
| 142 |
}
|
| 143 |
.github-link {
|
| 144 |
text-align: center;
|