organized asf

This commit is contained in:
Rei
2022-12-26 14:24:16 +01:00
parent 93dc624378
commit 1a29c39741
10 changed files with 113 additions and 2251 deletions

View File

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