Spaces:
Running
Running
Nora Petrova
Deploy updated leaderboard app from user-experience-leaderboard (without binary favicon files)
dff6be8
/** @type {import('tailwindcss').Config} */ | |
module.exports = { | |
content: [ | |
"./src/**/*.{js,jsx,ts,tsx}", | |
], | |
theme: { | |
extend: { | |
colors: { | |
primary: { | |
50: '#eff6ff', | |
100: '#dbeafe', | |
500: '#3b82f6', | |
600: '#2563eb', | |
700: '#1d4ed8', | |
}, | |
}, | |
fontFamily: { | |
sans: ['Inter', 'system-ui', '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'sans-serif'], | |
}, | |
}, | |
}, | |
plugins: [], | |
} |