init app of test arena
This commit is contained in:
17
asf-cloud-server/testarena/frontend/tailwind.config.js
Normal file
17
asf-cloud-server/testarena/frontend/tailwind.config.js
Normal file
@@ -0,0 +1,17 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
content: [
|
||||
"./index.html",
|
||||
"./src/**/*.{js,ts,jsx,tsx}",
|
||||
],
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
primary: '#0f172a', // Slate 900
|
||||
secondary: '#334155', // Slate 700
|
||||
accent: '#3b82f6', // Blue 500
|
||||
}
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
Reference in New Issue
Block a user