Spaces:
Running
Running
Increase font size of numeric table columns
Browse files
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 ββ */
|