feat: free license tip

This commit is contained in:
Tristan Yang
2022-11-21 23:03:28 +08:00
parent 89ab619ac8
commit f19e030729
2 changed files with 58 additions and 125 deletions
+15
View File
@@ -3,6 +3,21 @@ module.exports = {
content: ["./src/**/*.{js,jsx,ts,tsx}", "./public/*.html"],
theme: {
extend: {
colors: {
primary: {
25: "#F5FEFF",
50: "#ECFDFF",
100: "#CFF9FE",
200: "#A5F0FC",
300: "#67E3F9",
400: "#22CCEE",
500: "#06AED4",
600: "#088AB2",
700: "#0E7090",
800: "#155B75",
900: "#164C63"
}
},
keyframes: {
fadeInUp: {
from: {