KO: Stadion + Anstoss

This commit is contained in:
2026-06-27 16:22:43 -05:00
parent 4d838e2fb7
commit e9701ce25b
2 changed files with 12 additions and 6 deletions

View File

@@ -223,10 +223,14 @@ table.standings { width: 100%; border-collapse: collapse; }
.tie-head {
font-family: var(--font-mono); font-size: 9px; color: var(--ink-faint);
letter-spacing: 0.04em; padding: 5px 10px 0;
white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.tie-meta {
font-family: var(--font-mono); font-size: 8px; color: var(--ink-dim);
padding: 2px 10px 0;
.match-badge {
position: absolute; top: -6px; right: -6px;
font-family: var(--font-mono); font-size: 9px; font-weight: 700;
line-height: 18px; min-width: 18px; text-align: center;
border-radius: 999px; padding: 0 4px;
background: var(--ink-faint); color: var(--bg-card);
}
.side {
display: flex; align-items: center; justify-content: space-between;