diff --git a/src/index.css b/src/index.css index 7e32fa6f..4db126cf 100644 --- a/src/index.css +++ b/src/index.css @@ -87,7 +87,7 @@ } .dark { - --background: #1b1813; + --background: #141311; --foreground: #f6efe3; --card: #242019; --card-foreground: #f6efe3; @@ -97,7 +97,7 @@ --primary-foreground: #2a241b; --secondary: #2f2a21; --secondary-foreground: #f1e9dc; - --muted: #2b261e; + --muted: #1a1713; --muted-foreground: #b8ad9d; --accent: #df7126; --accent-foreground: #2a241b; diff --git a/src/lib/constants.ts b/src/lib/constants.ts index 1329d735..a0da4d65 100644 --- a/src/lib/constants.ts +++ b/src/lib/constants.ts @@ -1,5 +1,5 @@ export const AI_SUMMARY_PROMPT = - "I am a recruiter, tell me about Oliver Bryan, a software developer. What would he bring to the table? Review his portfolio at ob248.com and summarize his key strengths, technical skills, and notable projects. What makes him stand out as a candidate?"; + "I am a recruiter, tell me about Oliver Bryan, a software developer. What would he bring to the table? Review his portfolio at ob248.com and summarise his key strengths, technical skills, and notable projects. What makes him stand out as a candidate?"; export function getProjectPrompt( projectName: string, diff --git a/src/projects/sprint/index.tsx b/src/projects/sprint/index.tsx index 46fc9c3f..c039aa7c 100644 --- a/src/projects/sprint/index.tsx +++ b/src/projects/sprint/index.tsx @@ -46,7 +46,7 @@ export function SprintProject() {