Initial commit
This commit is contained in:
11
hsbg_ai/frontend/tailwind.config.js
Normal file
11
hsbg_ai/frontend/tailwind.config.js
Normal file
@@ -0,0 +1,11 @@
|
||||
export default {
|
||||
content: ["./index.html","./src/**/*.{js,ts,jsx,tsx}"],
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
hsbg: { gold:'#F5B30A', dark:'#1A0A00', card:'#2A1500', board:'#0D1F0D' }
|
||||
}
|
||||
}
|
||||
},
|
||||
plugins: []
|
||||
}
|
||||
Reference in New Issue
Block a user