This commit is contained in:
2026-05-28 22:53:07 +08:00
parent d295fc6f00
commit c13f9bc21f
51 changed files with 8761 additions and 300 deletions
+13 -1
View File
@@ -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: [],
}