fix(player): apply heading font to nav links, team names, league titles, betslip labels in scoped styles

This commit is contained in:
mars
2026-07-13 10:10:52 +08:00
parent 0a4e4c36c8
commit f0b8e051ed
12 changed files with 45 additions and 12 deletions

View File

@@ -559,6 +559,7 @@ function getHoveredSide() {
.team-side .name {
font-size: 13px;
font-weight: 800;
font-family: var(--font-heading);
color: var(--text);
}