8765
This commit is contained in:
+13
-1
@@ -5,7 +5,19 @@ export default {
|
||||
"./src/**/*.{js,ts,jsx,tsx}",
|
||||
],
|
||||
theme: {
|
||||
extend: {},
|
||||
extend: {
|
||||
colors: {
|
||||
neon: {
|
||||
blue: '#00f3ff',
|
||||
purple: '#bc13fe',
|
||||
dark: '#0a0a12',
|
||||
surface: '#13131f'
|
||||
}
|
||||
},
|
||||
fontFamily: {
|
||||
sans: ['Inter', 'sans-serif'],
|
||||
}
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
Reference in New Issue
Block a user