darker dark mode

This commit is contained in:
2026-02-05 16:35:19 +00:00
parent 8e6c734bb4
commit 9d76acb705
3 changed files with 4 additions and 4 deletions

View File

@@ -87,7 +87,7 @@
} }
.dark { .dark {
--background: #1b1813; --background: #141311;
--foreground: #f6efe3; --foreground: #f6efe3;
--card: #242019; --card: #242019;
--card-foreground: #f6efe3; --card-foreground: #f6efe3;
@@ -97,7 +97,7 @@
--primary-foreground: #2a241b; --primary-foreground: #2a241b;
--secondary: #2f2a21; --secondary: #2f2a21;
--secondary-foreground: #f1e9dc; --secondary-foreground: #f1e9dc;
--muted: #2b261e; --muted: #1a1713;
--muted-foreground: #b8ad9d; --muted-foreground: #b8ad9d;
--accent: #df7126; --accent: #df7126;
--accent-foreground: #2a241b; --accent-foreground: #2a241b;

View File

@@ -1,5 +1,5 @@
export const AI_SUMMARY_PROMPT = 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( export function getProjectPrompt(
projectName: string, projectName: string,

View File

@@ -46,7 +46,7 @@ export function SprintProject() {
<li>Issue assignment to team members</li> <li>Issue assignment to team members</li>
<li>Time tracking with start, pause, and resume timers</li> <li>Time tracking with start, pause, and resume timers</li>
<li>Sprint management with date ranges</li> <li>Sprint management with date ranges</li>
<li>Customizable issue statuses per organisation</li> <li>Customisable issue statuses per organisation</li>
<li>Resizable split-pane interface</li> <li>Resizable split-pane interface</li>
<li>Role-based access: owner, admin, member</li> <li>Role-based access: owner, admin, member</li>
<li>Avatar uploads with S3 storage</li> <li>Avatar uploads with S3 storage</li>