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
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user