feat(web): green/red winner-loser team names + per-line colored battle log (skyquake glyphs)

This commit is contained in:
FURRO404
2026-06-18 02:02:46 -07:00
parent 98a0c4fd9e
commit 92eb461e2d
2 changed files with 22 additions and 5 deletions
+7
View File
@@ -133,6 +133,13 @@
"Segoe UI", Inter, ui-sans-serif, system-ui, sans-serif;
}
/* Chat/battle logs: monospace for column alignment, with skyquake before the
generic keyword so country/event glyphs still resolve per-character. */
.log-mono {
font-family:
ui-monospace, SFMono-Regular, Menlo, Consolas, "skyquakesymbols", monospace;
}
body {
margin: 0;
min-width: 320px;