Spaces:
Sleeping
Sleeping
Commit ·
a181c8d
1
Parent(s): 021fca2
change purple color to #1877F2 everywhere
Browse files- src/app/globals.css +20 -20
src/app/globals.css
CHANGED
|
@@ -14,19 +14,19 @@ body {
|
|
| 14 |
--card-foreground: 240 10% 3.9%;
|
| 15 |
--popover: 240 67% 97%;
|
| 16 |
--popover-foreground: 240 10% 3.9%;
|
| 17 |
-
--primary:
|
| 18 |
-
--primary-foreground: 0 0
|
| 19 |
--secondary: 240 30% 90%; /* Lighter grey for secondary elements */
|
| 20 |
--secondary-foreground: 240 5% 25%;
|
| 21 |
--muted: 240 20% 85%; /* Muted grey */
|
| 22 |
--muted-foreground: 240 5% 45%;
|
| 23 |
-
--accent:
|
| 24 |
-
--accent-foreground: 0 0
|
| 25 |
--destructive: 0 84.2% 60.2%;
|
| 26 |
--destructive-foreground: 0 0% 98%;
|
| 27 |
--border: 240 20% 88%; /* Slightly darker border */
|
| 28 |
--input: 240 20% 92%; /* Input background */
|
| 29 |
-
--ring:
|
| 30 |
--chart-1: 12 76% 61%;
|
| 31 |
--chart-2: 173 58% 39%;
|
| 32 |
--chart-3: 197 37% 24%;
|
|
@@ -37,12 +37,12 @@ body {
|
|
| 37 |
/* Sidebar specific colors, matched to the theme */
|
| 38 |
--sidebar-background: 240 60% 95%; /* Slightly darker lavender for sidebar */
|
| 39 |
--sidebar-foreground: 240 10% 20%;
|
| 40 |
-
--sidebar-primary:
|
| 41 |
-
--sidebar-primary-foreground: 0 0
|
| 42 |
-
--sidebar-accent:
|
| 43 |
-
--sidebar-accent-foreground: 0 0
|
| 44 |
--sidebar-border: 240 30% 85%;
|
| 45 |
-
--sidebar-ring:
|
| 46 |
}
|
| 47 |
|
| 48 |
.dark {
|
|
@@ -53,28 +53,28 @@ body {
|
|
| 53 |
--card-foreground: 0 0% 98%;
|
| 54 |
--popover: 240 10% 3.9%;
|
| 55 |
--popover-foreground: 0 0% 98%;
|
| 56 |
-
--primary:
|
| 57 |
-
--primary-foreground:
|
| 58 |
--secondary: 240 5% 15%;
|
| 59 |
--secondary-foreground: 0 0% 98%;
|
| 60 |
--muted: 240 5% 20%;
|
| 61 |
--muted-foreground: 0 0% 63.9%;
|
| 62 |
-
--accent:
|
| 63 |
-
--accent-foreground:
|
| 64 |
--destructive: 0 62.8% 30.6%;
|
| 65 |
--destructive-foreground: 0 0% 98%;
|
| 66 |
--border: 240 5% 15%;
|
| 67 |
--input: 240 5% 15%;
|
| 68 |
-
--ring:
|
| 69 |
|
| 70 |
--sidebar-background: 240 8% 7%;
|
| 71 |
--sidebar-foreground: 0 0% 95%;
|
| 72 |
-
--sidebar-primary:
|
| 73 |
-
--sidebar-primary-foreground:
|
| 74 |
-
--sidebar-accent:
|
| 75 |
-
--sidebar-accent-foreground:
|
| 76 |
--sidebar-border: 240 5% 15%;
|
| 77 |
-
--sidebar-ring:
|
| 78 |
}
|
| 79 |
}
|
| 80 |
|
|
|
|
| 14 |
--card-foreground: 240 10% 3.9%;
|
| 15 |
--popover: 240 67% 97%;
|
| 16 |
--popover-foreground: 240 10% 3.9%;
|
| 17 |
+
--primary: 214 89 52; /* New Blue from #1877F2 */
|
| 18 |
+
--primary-foreground: 0 0 98; /* White text on new Blue */
|
| 19 |
--secondary: 240 30% 90%; /* Lighter grey for secondary elements */
|
| 20 |
--secondary-foreground: 240 5% 25%;
|
| 21 |
--muted: 240 20% 85%; /* Muted grey */
|
| 22 |
--muted-foreground: 240 5% 45%;
|
| 23 |
+
--accent: 214 89 52; /* New Blue from #1877F2 */
|
| 24 |
+
--accent-foreground: 0 0 98; /* White text on new Blue */
|
| 25 |
--destructive: 0 84.2% 60.2%;
|
| 26 |
--destructive-foreground: 0 0% 98%;
|
| 27 |
--border: 240 20% 88%; /* Slightly darker border */
|
| 28 |
--input: 240 20% 92%; /* Input background */
|
| 29 |
+
--ring: 214 89 62; /* Ring color related to new blue accent */
|
| 30 |
--chart-1: 12 76% 61%;
|
| 31 |
--chart-2: 173 58% 39%;
|
| 32 |
--chart-3: 197 37% 24%;
|
|
|
|
| 37 |
/* Sidebar specific colors, matched to the theme */
|
| 38 |
--sidebar-background: 240 60% 95%; /* Slightly darker lavender for sidebar */
|
| 39 |
--sidebar-foreground: 240 10% 20%;
|
| 40 |
+
--sidebar-primary: 214 89 52;
|
| 41 |
+
--sidebar-primary-foreground: 0 0 98;
|
| 42 |
+
--sidebar-accent: 214 89 52;
|
| 43 |
+
--sidebar-accent-foreground: 0 0 98;
|
| 44 |
--sidebar-border: 240 30% 85%;
|
| 45 |
+
--sidebar-ring: 214 89 62;
|
| 46 |
}
|
| 47 |
|
| 48 |
.dark {
|
|
|
|
| 53 |
--card-foreground: 0 0% 98%;
|
| 54 |
--popover: 240 10% 3.9%;
|
| 55 |
--popover-foreground: 0 0% 98%;
|
| 56 |
+
--primary: 214 89 65; /* Lighter new Blue for dark mode */
|
| 57 |
+
--primary-foreground: 214 80 15; /* Darker blue text for contrast */
|
| 58 |
--secondary: 240 5% 15%;
|
| 59 |
--secondary-foreground: 0 0% 98%;
|
| 60 |
--muted: 240 5% 20%;
|
| 61 |
--muted-foreground: 0 0% 63.9%;
|
| 62 |
+
--accent: 214 89 65; /* Lighter new Blue for dark mode */
|
| 63 |
+
--accent-foreground: 214 80 15; /* Darker blue text for contrast */
|
| 64 |
--destructive: 0 62.8% 30.6%;
|
| 65 |
--destructive-foreground: 0 0% 98%;
|
| 66 |
--border: 240 5% 15%;
|
| 67 |
--input: 240 5% 15%;
|
| 68 |
+
--ring: 214 89 70; /* Ring color for dark mode new blue */
|
| 69 |
|
| 70 |
--sidebar-background: 240 8% 7%;
|
| 71 |
--sidebar-foreground: 0 0% 95%;
|
| 72 |
+
--sidebar-primary: 214 89 65;
|
| 73 |
+
--sidebar-primary-foreground: 214 80 15;
|
| 74 |
+
--sidebar-accent: 214 89 65;
|
| 75 |
+
--sidebar-accent-foreground: 214 80 15;
|
| 76 |
--sidebar-border: 240 5% 15%;
|
| 77 |
+
--sidebar-ring: 214 89 70;
|
| 78 |
}
|
| 79 |
}
|
| 80 |
|