mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-09-06 12:06:45 +00:00
📝 update homepage
This commit is contained in:
@ -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",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user