This commit is contained in:
commit
f265233a06
168 changed files with 31208 additions and 0 deletions
17
web-app/tailwind.config.js
Normal file
17
web-app/tailwind.config.js
Normal file
|
@ -0,0 +1,17 @@
|
|||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: ["./src/**/*.{js,jsx,ts,tsx}"],
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
app: {
|
||||
primary: "#36CCCC"
|
||||
},
|
||||
primary: "#36AAAA",
|
||||
"primary-hover": "#368888",
|
||||
"primary-active": "#367777",
|
||||
}
|
||||
}
|
||||
},
|
||||
plugins: [],
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue