add new style

This commit is contained in:
Romulus21
2024-11-21 08:19:23 +01:00
parent cf8804ab69
commit 5d72a60f25
6 changed files with 77 additions and 40 deletions

View File

@@ -4,7 +4,27 @@ module.exports = {
files: ["*.html", "./src/**/*.rs"],
},
theme: {
extend: {},
extend: {
colors: {
prim: {
lightest: "#2E3235",
light: "#2B2F33",
DEFAULT: "#26292D",
},
second: {
DEFAULT: "#FEFEFE",
dark: "#929496",
},
third: {
light: "#FC443D",
DEFAULT: "#F74E49",
},
fourth: {
light: "#FFD885",
DEFAULT: "#FEBB2E",
},
},
},
},
plugins: [],
};