Initial UI
This commit is contained in:
16
tailwind.config.js
Normal file
16
tailwind.config.js
Normal file
@@ -0,0 +1,16 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
content: ["./index.html", "./src/**/*.{js,jsx}"],
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
neonGreen: "#00ff9f",
|
||||
neonRed: "#ff3b3b",
|
||||
neonBlue: "#3b82f6",
|
||||
neonPink: "#ff00c8",
|
||||
neonGold: "#facc15",
|
||||
}
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
Reference in New Issue
Block a user