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

@@ -135,6 +135,7 @@ const activeTab = computed(() => {
position: relative;
font-size: 14px;
font-weight: 700;
font-family: var(--font-heading);
color: var(--text-muted);
padding: 18px 4px;
transition: color 0.2s;