diff --git a/src/lib/site-context.ts b/src/lib/site-context.ts index 47f90ec..1a894bd 100644 --- a/src/lib/site-context.ts +++ b/src/lib/site-context.ts @@ -130,8 +130,8 @@ export const SITE_CONFIG: Record = { baseRoutePrefix: "/nook", displayName: "The Nook", titleSuffix: " | The Nook", - brandColor: "#8b5cf6", - brandColorDark: "#a78bfa", + brandColor: "#4C9FBC", + brandColorDark: "#4C9FBC", ogDefaultImage: "/nook/og-default.png", faviconPath: "/nook/favicon/favicon.ico" }