Personal Information
diff --git a/uno.config.ts b/uno.config.ts
index 60ac647..a9385cc 100644
--- a/uno.config.ts
+++ b/uno.config.ts
@@ -45,18 +45,18 @@ export default defineConfig({
dark: "#14532d",
},
accent: {
- DEFAULT: "#6366f1",
- 50: "#eef2ff",
- 100: "#e0e7ff",
- 200: "#c7d2fe",
- 300: "#a5b4fc",
- 400: "#818cf8",
- 500: "#6366f1",
- 600: "#4f46e5",
- 700: "#4338ca",
- 800: "#3730a3",
- 900: "#312e81",
- 950: "#1e1b4b",
+ DEFAULT: "#14a74b",
+ 50: "#ecfdf3",
+ 100: "#d1fae5",
+ 200: "#a7f3d0",
+ 300: "#6ee7b7",
+ 400: "#34d399",
+ 500: "#14a74b",
+ 600: "#0f8a3d",
+ 700: "#0c6f33",
+ 800: "#095a2a",
+ 900: "#064622",
+ 950: "#032814",
},
success: {
DEFAULT: "#22c55e",