added skinNbg ui

This commit is contained in:
Ra-Liz
2024-07-11 22:24:34 +08:00
parent 38c01b93d3
commit cd62ab6c9d
2 changed files with 355 additions and 283 deletions

View File

@@ -12,6 +12,11 @@ const config: Config = {
"gradient-radial": "radial-gradient(var(--tw-gradient-stops))",
"gradient-conic":
"conic-gradient(from 180deg at 50% 50%, var(--tw-gradient-stops))",
"gradient-to-r": "linear-gradient(to right, var(--tw-gradient-stops))",
},
colors: {
"start-color": "#FD7A61",
"end-color": "#FF934D",
},
},
},