Add leaderboard route with participants, and configure Shell brand colors in Tailwind

This commit is contained in:
ut-masekela
2026-03-25 01:27:18 +02:00
parent a88504357d
commit a63ea60860
10 changed files with 584 additions and 3 deletions

View File

@@ -14,6 +14,13 @@ export default {
fontFamily: {
sans: ['Figtree', ...defaultTheme.fontFamily.sans],
},
colors: {
shell: {
red: '#E60000',
yellow: '#FFD100',
dark: '#1A1A1A',
},
},
},
},