Harheem Kim commited on
Commit
5becc9d
·
1 Parent(s): 3a5c9e8

set white color

Browse files
Files changed (1) hide show
  1. styles/leaderboard_styles.py +18 -0
styles/leaderboard_styles.py CHANGED
@@ -426,5 +426,23 @@ def get_leaderboard_css():
426
  text-decoration: none !important;
427
  color: #FFFFFF !important;
428
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
429
  </style>
430
  """
 
426
  text-decoration: none !important;
427
  color: #FFFFFF !important;
428
  }
429
+
430
+ /* Numeric content styling */
431
+ .numeric-cell, .metric-value, .rank-value,
432
+ .level-tile-score, .core-metric-card .metric-value {
433
+ color: white !important;
434
+ font-family: 'Geist Mono', monospace !important;
435
+ }
436
+
437
+ /* Table content */
438
+ td, th, table * {
439
+ color: white !important;
440
+ }
441
+
442
+ /* All numeric and data elements */
443
+ .performance-card *, .v2-styled-table *, .dataframe * {
444
+ color: white !important;
445
+ }
446
+
447
  </style>
448
  """