deepnevro commited on
Commit
36bac9d
Β·
verified Β·
1 Parent(s): 08bb30e

Increase font size of numeric table columns

Browse files
Files changed (1) hide show
  1. style.css +3 -1
style.css CHANGED
@@ -448,11 +448,11 @@ body {
448
  .col-vocab, .col-tokens, .col-cpt {
449
  font-family: var(--font-hand);
450
  font-variant-numeric: tabular-nums;
 
451
  }
452
  .col-cpt {
453
  font-weight: 700;
454
  color: var(--accent-coral);
455
- font-size: 0.8rem;
456
  }
457
 
458
  /* ── Price & Throughput Columns ── */
@@ -460,6 +460,7 @@ body {
460
  font-family: var(--font-hand);
461
  font-variant-numeric: tabular-nums;
462
  white-space: nowrap;
 
463
  }
464
 
465
  /* ── Tokenizer Tax ── same signal as C/T, so it shares its accent color */
@@ -469,6 +470,7 @@ body {
469
  font-weight: 700;
470
  color: var(--accent-coral);
471
  white-space: nowrap;
 
472
  }
473
 
474
  /* ── Loading ── */
 
448
  .col-vocab, .col-tokens, .col-cpt {
449
  font-family: var(--font-hand);
450
  font-variant-numeric: tabular-nums;
451
+ font-size: 0.92rem;
452
  }
453
  .col-cpt {
454
  font-weight: 700;
455
  color: var(--accent-coral);
 
456
  }
457
 
458
  /* ── Price & Throughput Columns ── */
 
460
  font-family: var(--font-hand);
461
  font-variant-numeric: tabular-nums;
462
  white-space: nowrap;
463
+ font-size: 0.92rem;
464
  }
465
 
466
  /* ── Tokenizer Tax ── same signal as C/T, so it shares its accent color */
 
470
  font-weight: 700;
471
  color: var(--accent-coral);
472
  white-space: nowrap;
473
+ font-size: 0.92rem;
474
  }
475
 
476
  /* ── Loading ── */