Jerrycool commited on
Commit
7e585be
·
verified ·
1 Parent(s): eac1e3a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -224,22 +224,22 @@ body {
224
  vertical-align: middle; /* Center cell content vertically */
225
  }
226
  #leaderboard-table tr:nth-child(even) td {
227
- font-size: 1.3em;
228
  background-color: #f8f9fa; /* Zebra striping */
229
  }
230
  #leaderboard-table tr:hover td {
231
- font-size: 1.3em;
232
  background-color: #e2e6ea; /* Hover effect */
233
  }
234
  /* Style for the model links within the table */
235
  #leaderboard-table .model-link {
236
  color: #0056b3; /* Slightly darker blue for links */
237
- font-size: 1.3em;
238
  font-weight: 500;
239
  text-decoration: none;
240
  }
241
  #leaderboard-table .model-link:hover {
242
- font-size: 1.3em;
243
  text-decoration: underline;
244
  color: #003d80;
245
  }
 
224
  vertical-align: middle; /* Center cell content vertically */
225
  }
226
  #leaderboard-table tr:nth-child(even) td {
227
+ font-size: 1.1em;
228
  background-color: #f8f9fa; /* Zebra striping */
229
  }
230
  #leaderboard-table tr:hover td {
231
+ font-size: 1.1em;
232
  background-color: #e2e6ea; /* Hover effect */
233
  }
234
  /* Style for the model links within the table */
235
  #leaderboard-table .model-link {
236
  color: #0056b3; /* Slightly darker blue for links */
237
+ font-size: 1.1em;
238
  font-weight: 500;
239
  text-decoration: none;
240
  }
241
  #leaderboard-table .model-link:hover {
242
+ font-size: 1.1em;
243
  text-decoration: underline;
244
  color: #003d80;
245
  }