extend colours
This commit is contained in:
parent
cd33274cfe
commit
d9b359da8d
|
|
@ -1,4 +1,13 @@
|
|||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx,mdx}"],
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
"bg-color": "#282A40",
|
||||
neutral: "#9B99B0",
|
||||
primary: "#676CF6",
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user