-
-
- Docs{" "}
-
- ->
-
-
-
- Find in-depth information about Next.js features and API.
-
-
-
-
-
- Learn{" "}
-
- ->
-
-
-
- Learn about Next.js in an interactive course with quizzes!
-
-
-
-
-
- Templates{" "}
-
- ->
-
-
-
- Explore starter templates for Next.js.
-
-
-
-
-
- Deploy{" "}
-
- ->
-
-
-
- Instantly deploy your Next.js site to a shareable URL with Vercel.
-
-
+
-
);
}
diff --git a/tailwind.config.ts b/tailwind.config.ts
index e9a0944..8f24af7 100644
--- a/tailwind.config.ts
+++ b/tailwind.config.ts
@@ -13,6 +13,21 @@ const config: Config = {
"gradient-conic":
"conic-gradient(from 180deg at 50% 50%, var(--tw-gradient-stops))",
},
+ colors: {
+ "moody-blue": {
+ "50": "#edefff",
+ "100": "#dee2ff",
+ "200": "#c4caff",
+ "300": "#a0a7ff",
+ "400": "#7371ff",
+ "500": "#695bf9",
+ "600": "#5a3dee",
+ "700": "#4d2fd3",
+ "800": "#3f29aa",
+ "900": "#362986",
+ "950": "#22184e",
+ },
+ },
},
},
plugins: [],