badaoui HF Staff commited on
Commit
d95b93e
·
1 Parent(s): e9a1b3a

more styling

Browse files
Files changed (1) hide show
  1. styles.css +11 -0
styles.css CHANGED
@@ -231,6 +231,17 @@ div[data-testid="column"]:has(.sidebar) {
231
  white-space: nowrap !important;
232
  }
233
 
 
 
 
 
 
 
 
 
 
 
 
234
  .failing-models-toggle input[type="checkbox"] {
235
  cursor: pointer !important;
236
  width: 16px !important;
 
231
  white-space: nowrap !important;
232
  }
233
 
234
+ /* Override specific colors for AMD and NVIDIA to white */
235
+ .amd-toggle label,
236
+ .amd-toggle label span {
237
+ color: #FFFFFF !important;
238
+ }
239
+
240
+ .nvidia-toggle label,
241
+ .nvidia-toggle label span {
242
+ color: #FFFFFF !important;
243
+ }
244
+
245
  .failing-models-toggle input[type="checkbox"] {
246
  cursor: pointer !important;
247
  width: 16px !important;