From d638f803aab592b08f9ade9a40f7e5c94e400609 Mon Sep 17 00:00:00 2001 From: Replit Agent Date: Sat, 6 Jun 2026 06:52:25 +0000 Subject: [PATCH] Update website colors to a darker shade of green Adjusted CSS variables in `artifacts/ehsan-poc/src/index.css` to use a darker green hue (151 60% 22%) across various elements, including primary, secondary, accents, and shadows, to improve visual consistency and align with design requirements. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 1fa9329f-0cec-4a2f-80e8-e26dbae3142e Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: f368afc6-0fc5-4345-a88a-96e71610d50a Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/4d696b13-86f2-4c9d-be0d-95b293430047/1fa9329f-0cec-4a2f-80e8-e26dbae3142e/uNDZCn1 Replit-Helium-Checkpoint-Created: true --- artifacts/ehsan-poc/src/index.css | 34 +++++++++++++++---------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/artifacts/ehsan-poc/src/index.css b/artifacts/ehsan-poc/src/index.css index 93fd74e..bb98178 100644 --- a/artifacts/ehsan-poc/src/index.css +++ b/artifacts/ehsan-poc/src/index.css @@ -89,38 +89,38 @@ --sidebar: 0 0% 100%; --sidebar-foreground: 143 50% 10%; --sidebar-border: 143 20% 90%; - --sidebar-primary: 143 60% 26%; + --sidebar-primary: 151 60% 22%; --sidebar-primary-foreground: 0 0% 100%; --sidebar-accent: 143 20% 94%; --sidebar-accent-foreground: 143 50% 10%; - --sidebar-ring: 143 60% 26%; + --sidebar-ring: 151 60% 22%; --popover: 0 0% 100%; --popover-foreground: 143 50% 10%; --popover-border: 143 20% 90%; - --primary: 146 64% 32%; + --primary: 151 63% 22%; --primary-foreground: 0 0% 100%; --ehsan-orange: 28 92% 52%; --ehsan-orange-foreground: 0 0% 100%; --secondary: 143 20% 94%; - --secondary-foreground: 143 60% 26%; + --secondary-foreground: 151 60% 22%; --muted: 143 20% 94%; --muted-foreground: 143 15% 45%; --accent: 143 30% 92%; - --accent-foreground: 143 60% 26%; + --accent-foreground: 151 60% 22%; --destructive: 0 84% 60%; --destructive-foreground: 0 0% 100%; --input: 143 20% 84%; - --ring: 143 60% 26%; + --ring: 151 60% 22%; - --chart-1: 143 60% 26%; + --chart-1: 151 60% 22%; --chart-2: 143 40% 40%; --chart-3: 143 30% 60%; --chart-4: 143 20% 80%; @@ -131,14 +131,14 @@ --app-font-mono: Menlo, monospace; --radius: 0.5rem; - --shadow-2xs: 0px 2px 0px 0px hsl(143 60% 26% / 0.05); - --shadow-xs: 0px 2px 0px 0px hsl(143 60% 26% / 0.05); - --shadow-sm: 0px 2px 0px 0px hsl(143 60% 26% / 0.05), 0px 1px 2px -1px hsl(143 60% 26% / 0.05); - --shadow: 0px 2px 0px 0px hsl(143 60% 26% / 0.05), 0px 1px 2px -1px hsl(143 60% 26% / 0.05); - --shadow-md: 0px 2px 0px 0px hsl(143 60% 26% / 0.05), 0px 2px 4px -1px hsl(143 60% 26% / 0.05); - --shadow-lg: 0px 2px 0px 0px hsl(143 60% 26% / 0.05), 0px 4px 6px -1px hsl(143 60% 26% / 0.05); - --shadow-xl: 0px 2px 0px 0px hsl(143 60% 26% / 0.05), 0px 8px 10px -1px hsl(143 60% 26% / 0.05); - --shadow-2xl: 0px 2px 0px 0px hsl(143 60% 26% / 0.05); + --shadow-2xs: 0px 2px 0px 0px hsl(151 60% 22% / 0.05); + --shadow-xs: 0px 2px 0px 0px hsl(151 60% 22% / 0.05); + --shadow-sm: 0px 2px 0px 0px hsl(151 60% 22% / 0.05), 0px 1px 2px -1px hsl(151 60% 22% / 0.05); + --shadow: 0px 2px 0px 0px hsl(151 60% 22% / 0.05), 0px 1px 2px -1px hsl(151 60% 22% / 0.05); + --shadow-md: 0px 2px 0px 0px hsl(151 60% 22% / 0.05), 0px 2px 4px -1px hsl(151 60% 22% / 0.05); + --shadow-lg: 0px 2px 0px 0px hsl(151 60% 22% / 0.05), 0px 4px 6px -1px hsl(151 60% 22% / 0.05); + --shadow-xl: 0px 2px 0px 0px hsl(151 60% 22% / 0.05), 0px 8px 10px -1px hsl(151 60% 22% / 0.05); + --shadow-2xl: 0px 2px 0px 0px hsl(151 60% 22% / 0.05); --tracking-normal: 0em; --spacing: 0.25rem; @@ -171,11 +171,11 @@ --sidebar: 143 40% 8%; --sidebar-foreground: 0 0% 98%; --sidebar-border: 143 30% 15%; - --sidebar-primary: 143 60% 26%; + --sidebar-primary: 151 60% 22%; --sidebar-primary-foreground: 0 0% 100%; --sidebar-accent: 143 30% 15%; --sidebar-accent-foreground: 0 0% 98%; - --sidebar-ring: 143 60% 26%; + --sidebar-ring: 151 60% 22%; --popover: 143 40% 8%; --popover-foreground: 0 0% 98%;