generated from theradcoza/Laravel-Docker-Dev-Template
Add leaderboard route with participants, and configure Shell brand colors in Tailwind
This commit is contained in:
@@ -14,6 +14,13 @@ export default {
|
||||
fontFamily: {
|
||||
sans: ['Figtree', ...defaultTheme.fontFamily.sans],
|
||||
},
|
||||
colors: {
|
||||
shell: {
|
||||
red: '#E60000',
|
||||
yellow: '#FFD100',
|
||||
dark: '#1A1A1A',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user