add new style
This commit is contained in:
@@ -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: [],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user