📝 update homepage

This commit is contained in:
yanyongyu
2021-12-03 16:21:24 +08:00
parent 534119eaf0
commit 2ce305da2a
11 changed files with 872 additions and 697 deletions

View File

@ -1 +1,28 @@
module.exports = {};
module.exports = {
// content: [
// `${__dirname}/src/**/*.{js,jsx,ts,tsx}`,
// `${__dirname}/docs/**/*.{js,jsx,ts,tsx}`,
// ],
theme: {
extend: {
nonepress: {
light: {
theme: {
DEFAULT: "#ea5252",
},
},
dark: {
theme: {
DEFAULT: "#ea5252",
},
},
},
colors: {
hero: "#ea5252",
light: {
DEFAULT: "#fffdfd",
},
},
},
},
};