mirror of
https://git.coastit.co.za/caitlin/CRM_ENVR.git
synced 2026-07-11 19:47:04 +02:00
Fixed Light Mode
This commit is contained in:
+33
-27
@@ -76,35 +76,41 @@
|
||||
}
|
||||
|
||||
:root {
|
||||
--background: 210 40% 96%;
|
||||
--foreground: 222 47% 11%;
|
||||
--card: 214 32% 91%;
|
||||
--card-foreground: 222 47% 11%;
|
||||
--popover: 214 32% 91%;
|
||||
--popover-foreground: 222 47% 11%;
|
||||
--primary: 221 83% 53%;
|
||||
--primary-foreground: 210 40% 96%;
|
||||
--secondary: 214 100% 97%;
|
||||
--secondary-foreground: 224 76% 48%;
|
||||
--muted: 210 40% 96%;
|
||||
--muted-foreground: 213 24% 65%;
|
||||
--accent: 214 100% 97%;
|
||||
--accent-foreground: 224 76% 48%;
|
||||
--destructive: 0 84.2% 60.2%;
|
||||
--destructive-foreground: 210 40% 98%;
|
||||
--border: 213 27% 84%;
|
||||
--input: 213 27% 84%;
|
||||
--ring: 221 83% 53%;
|
||||
--sidebar: 214 32% 91%;
|
||||
--sidebar-foreground: 222 47% 11%;
|
||||
--sidebar-primary: 221 83% 53%;
|
||||
--sidebar-primary-foreground: 210 40% 96%;
|
||||
--sidebar-accent: 214 100% 97%;
|
||||
--sidebar-accent-foreground: 224 76% 48%;
|
||||
--sidebar-border: 213 27% 84%;
|
||||
--sidebar-ring: 221 83% 53%;
|
||||
--background: 60 20% 95%;
|
||||
--foreground: 71 20% 16%;
|
||||
--card: 60 29% 97%;
|
||||
--card-foreground: 71 20% 16%;
|
||||
--popover: 60 29% 97%;
|
||||
--popover-foreground: 71 20% 16%;
|
||||
--primary: 0 53% 54%;
|
||||
--primary-foreground: 0 0% 100%;
|
||||
--secondary: 210 47% 56%;
|
||||
--secondary-foreground: 0 0% 100%;
|
||||
--muted: 75 10% 93%;
|
||||
--muted-foreground: 75 10% 52%;
|
||||
--accent: 159 32% 43%;
|
||||
--accent-foreground: 0 0% 100%;
|
||||
--destructive: 0 53% 54%;
|
||||
--destructive-foreground: 0 0% 100%;
|
||||
--border: 80 13% 82%;
|
||||
--input: 80 13% 82%;
|
||||
--ring: 0 53% 54%;
|
||||
--sidebar: 80 17% 92%;
|
||||
--sidebar-foreground: 71 20% 16%;
|
||||
--sidebar-primary: 0 53% 54%;
|
||||
--sidebar-primary-foreground: 0 0% 100%;
|
||||
--sidebar-accent: 80 17% 92%;
|
||||
--sidebar-accent-foreground: 71 20% 16%;
|
||||
--sidebar-border: 80 13% 82%;
|
||||
--sidebar-ring: 0 53% 54%;
|
||||
--radius: 0.5rem;
|
||||
--theme-primary: hsl(var(--primary));
|
||||
--color-blue: 210 47% 56%;
|
||||
--color-teal: 159 32% 43%;
|
||||
--color-red-tint: 0 62% 95%;
|
||||
--color-blue-tint: 208 54% 93%;
|
||||
--color-teal-tint: 157 35% 91%;
|
||||
--color-avatar: 102 21% 52%;
|
||||
--event-call: 160 84% 39%;
|
||||
--event-follow_up: 38 92% 48%;
|
||||
--event-website_creation: 263 70% 50%;
|
||||
|
||||
Reference in New Issue
Block a user