Skip to content

Commit 8b41317

Browse files
committed
refactor(global.css themes): make secondary darker in light mode and lighter in dark mode
1 parent a443456 commit 8b41317

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

apps/website/src/global.css

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
--card-foreground: 222.2 47.4% 11.2%;
192192
--border: 214.3 31.8% 91.4%;
193193
--input: 214.3 31.8% 91.4%;
194-
--secondary: 210 40% 96.1%;
194+
--secondary: 212.7 26.8% 83.9%;
195195
--secondary-foreground: 222.2 47.4% 11.2%;
196196
--accent: 210 40% 96.1%;
197197
--accent-foreground: 222.2 47.4% 11.2%;
@@ -210,7 +210,7 @@
210210
--card-foreground: 210 40% 98%;
211211
--border: 217.2 32.6% 17.5%;
212212
--input: 217.2 32.6% 17.5%;
213-
--secondary: 217.2 32.6% 17.5%;
213+
--secondary: 215.3 25% 26.7%;
214214
--secondary-foreground: 210 40% 98%;
215215
--accent: 217.2 32.6% 17.5%;
216216
--accent-foreground: 210 40% 98%;
@@ -230,7 +230,7 @@
230230
--card-foreground: 220.9 39.3% 11%;
231231
--border: 220 13% 91%;
232232
--input: 220 13% 91%;
233-
--secondary: 220 14.3% 95.9%;
233+
--secondary: 216 12.2% 83.9%;
234234
--secondary-foreground: 220.9 39.3% 11%;
235235
--accent: 220 14.3% 95.9%;
236236
--accent-foreground: 220.9 39.3% 11%;
@@ -249,7 +249,7 @@
249249
--card-foreground: 210 20% 98%;
250250
--border: 215 27.9% 16.9%;
251251
--input: 215 27.9% 16.9%;
252-
--secondary: 215 27.9% 16.9%;
252+
--secondary: 216.9 19.1% 26.7%;
253253
--secondary-foreground: 210 20% 98%;
254254
--accent: 215 27.9% 16.9%;
255255
--accent-foreground: 210 20% 98%;
@@ -269,7 +269,7 @@
269269
--card-foreground: 240 5.9% 10%;
270270
--border: 240 5.9% 90%;
271271
--input: 240 5.9% 90%;
272-
--secondary: 240 4.8% 95.9%;
272+
--secondary: 240 4.9% 83.9%;
273273
--secondary-foreground: 240 5.9% 10%;
274274
--accent: 240 4.8% 95.9%;
275275
--accent-foreground: 240 5.9% 10%;
@@ -288,7 +288,7 @@
288288
--card-foreground: 0 0% 98%;
289289
--border: 240 3.7% 15.9%;
290290
--input: 240 3.7% 15.9%;
291-
--secondary: 240 3.7% 15.9%;
291+
--secondary: 240 5.3% 26.1%;
292292
--secondary-foreground: 0 0% 98%;
293293
--accent: 240 3.7% 15.9%;
294294
--accent-foreground: 0 0% 98%;
@@ -308,7 +308,7 @@
308308
--card-foreground: 0 0% 9%;
309309
--border: 0 0% 89.8%;
310310
--input: 0 0% 89.8%;
311-
--secondary: 0 0% 96.1%;
311+
--secondary: 0 0% 83.1%;
312312
--secondary-foreground: 0 0% 9%;
313313
--accent: 0 0% 96.1%;
314314
--accent-foreground: 0 0% 9%;
@@ -327,7 +327,7 @@
327327
--card-foreground: 0 0% 98%;
328328
--border: 0 0% 14.9%;
329329
--input: 0 0% 14.9%;
330-
--secondary: 0 0% 14.9%;
330+
--secondary: 0 0% 25.1%;
331331
--secondary-foreground: 0 0% 98%;
332332
--accent: 0 0% 14.9%;
333333
--accent-foreground: 0 0% 98%;
@@ -347,7 +347,7 @@
347347
--card-foreground: 24 9.8% 10%;
348348
--border: 20 5.9% 90%;
349349
--input: 20 5.9% 90%;
350-
--secondary: 60 4.8% 95.9%;
350+
--secondary: 24 5.7% 82.9%;
351351
--secondary-foreground: 24 9.8% 10%;
352352
--accent: 60 4.8% 95.9%;
353353
--accent-foreground: 24 9.8% 10%;
@@ -366,7 +366,7 @@
366366
--card-foreground: 60 9.1% 97.8%;
367367
--border: 12 6.5% 15.1%;
368368
--input: 12 6.5% 15.1%;
369-
--secondary: 12 6.5% 15.1%;
369+
--secondary: 30 6.3% 25.1%;
370370
--secondary-foreground: 60 9.1% 97.8%;
371371
--accent: 12 6.5% 15.1%;
372372
--accent-foreground: 60 9.1% 97.8%;

0 commit comments

Comments
 (0)