| Author | Dave Jarvis <email> |
|---|---|
| Date | 2026-02-20 18:56:12 GMT-0800 |
| Commit | fcb90f0d32ca514b769c9c5f5e6bfa12f448e8c7 |
| Parent | 13ba87a |
| justify-content: center; | ||
| flex-wrap: wrap; | ||
| + font-variant-numeric: tabular-nums; | ||
| } | ||
| .page-link { | ||
| + display: inline-block; | ||
| + min-width: calc(4ch + 16px); | ||
| + text-align: center; | ||
| + box-sizing: border-box; | ||
| color: #58a6ff; | ||
| text-decoration: none; | ||
| .page-badge { | ||
| + display: inline-block; | ||
| + min-width: calc(4ch + 16px); | ||
| + text-align: center; | ||
| + box-sizing: border-box; | ||
| background: #21262d; | ||
| color: #f0f6fc; | ||
| Delta | 9 lines added, 0 lines removed, 9-line increase |
|---|