371a398446
- Add sticky dark header with nav replacing inline text links - Introduce CSS custom properties design system (colors, spacing, shadows) - Use DM Sans + JetBrains Mono fonts replacing Arial - Modernize tables with uppercase headers and subtle hover states - Add gradient fill and rounded line to rating chart - Unify card sections across players and courses pages - Add backdrop blur to modals - Clean up inline styles to use CSS variables
4 lines
203 B
Plaintext
4 lines
203 B
Plaintext
<nav class="app-nav">
|
|
<a href="/" class="<%= activePage === 'players' ? 'active' : '' %>">Players</a>
|
|
<a href="/courses" class="<%= activePage === 'courses' ? 'active' : '' %>">Courses</a>
|
|
</nav> |