first commit
This commit is contained in:
19
tailwind.config.ts
Normal file
19
tailwind.config.ts
Normal file
@@ -0,0 +1,19 @@
|
||||
import type { Config } from 'tailwindcss'
|
||||
|
||||
export default {
|
||||
content: ['./index.html', './src/**/*.{ts,tsx}'],
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
trucker: {
|
||||
bg: '#0f0f23',
|
||||
card: '#1a1a35',
|
||||
accent: '#f59e0b',
|
||||
danger: '#ef4444',
|
||||
safe: '#22c55e',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
} satisfies Config
|
||||
Reference in New Issue
Block a user