From c65d9c9c3484f8053e2b4315198ee29a4c3be2b0 Mon Sep 17 00:00:00 2001 From: kaitranntt Date: Sun, 7 Dec 2025 17:57:43 -0500 Subject: [PATCH] feat(ui): enhance visual contrast and update project link - Increase border and input opacity from 0.25 to 0.35 for better visibility - Update GitHub repository link from claude-cli to ccs - Maintain consistent theme styling across components --- ui/src/index.css | 6 +++--- ui/src/pages/home.tsx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/src/index.css b/ui/src/index.css index 91745e4a..7edb4d78 100644 --- a/ui/src/index.css +++ b/ui/src/index.css @@ -58,8 +58,8 @@ --accent: oklch(0.65 0.14 39.87); --accent-foreground: oklch(1 0 0); - --border: oklch(0.25 0.01 40); - --input: oklch(0.25 0.01 40); + --border: oklch(0.35 0.01 40); + --input: oklch(0.35 0.01 40); --ring: oklch(0.9635 0.0067 97.35); @@ -70,7 +70,7 @@ --sidebar-primary-foreground: oklch(0.2 0.02 40); --sidebar-accent: oklch(0.65 0.14 39.87); --sidebar-accent-foreground: oklch(1 0 0); - --sidebar-border: oklch(0.25 0.01 40); + --sidebar-border: oklch(0.35 0.01 40); --sidebar-ring: oklch(0.9635 0.0067 97.35); } diff --git a/ui/src/pages/home.tsx b/ui/src/pages/home.tsx index 6a808cd5..24d57e72 100644 --- a/ui/src/pages/home.tsx +++ b/ui/src/pages/home.tsx @@ -67,7 +67,7 @@ export function HomePage() {