From 9d76acb7055eb0527f4ab1047f7173dcb44aadc0 Mon Sep 17 00:00:00 2001 From: Oliver Bryan Date: Thu, 5 Feb 2026 16:35:19 +0000 Subject: [PATCH] darker dark mode --- src/index.css | 4 ++-- src/lib/constants.ts | 2 +- src/projects/sprint/index.tsx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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() {
  • Issue assignment to team members
  • Time tracking with start, pause, and resume timers
  • Sprint management with date ranges
  • -
  • Customizable issue statuses per organisation
  • +
  • Customisable issue statuses per organisation
  • Resizable split-pane interface
  • Role-based access: owner, admin, member
  • Avatar uploads with S3 storage