initial page

This commit is contained in:
rei
2022-12-23 00:39:52 +01:00
parent fa6921abe2
commit 93dc624378
4 changed files with 754 additions and 8 deletions

View File

@@ -5,7 +5,15 @@ module.exports = {
"./components/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},
colors: {
"gradient-dark": "#161926",
"gradient-light": "#1b2034",
primary: "#1E96FC",
"primary-dark": "#1B264F",
action: "#FF3366",
secondary: "#FFE600",
"primary-text": "#D9D9D9",
},
},
plugins: [],
}
};