Compare commits
23 Commits
version_8
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
| 5db9399ab1 | |||
| 7cac172269 | |||
| 0a2cf1222e | |||
| 05ddd1e5e0 | |||
| 1c9b5e3ea1 | |||
| 88306880c6 | |||
| d1b96c439c | |||
| a9e4679d3c | |||
| 468f42147d | |||
| ffb088f33f | |||
| 9540251b33 | |||
| 79957e25ac | |||
| dd1d816f41 | |||
| 8b8f96a94d | |||
| e1c0ef87ed | |||
| 42056b795a | |||
| 85ab926c80 | |||
| 12640b1e52 | |||
| 38a1f92ee1 | |||
| 6b8c1e9f72 | |||
| d4898a2269 | |||
| 5572cc67c2 | |||
| a7b9bcd601 |
@@ -2,23 +2,23 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
/* --background: #ffffff;;
|
||||
--card: #f8f8f8;;
|
||||
--foreground: #222222;;
|
||||
--primary-cta: #e63946;;
|
||||
--secondary-cta: #32b889;;
|
||||
--accent: #f0f0f0;;
|
||||
--background-accent: #e0e0e0;; */
|
||||
/* --background: #fcfaff;;
|
||||
--card: #f7f4ff;;
|
||||
--foreground: #2b0a3d;;
|
||||
--primary-cta: #7c3aed;;
|
||||
--secondary-cta: #3b82f6;;
|
||||
--accent: #a78bfa;;
|
||||
--background-accent: #e0d5ff;; */
|
||||
|
||||
--background: #ffffff;;
|
||||
--card: #f8f8f8;;
|
||||
--foreground: #222222;;
|
||||
--primary-cta: #e63946;;
|
||||
--background: #fcfaff;;
|
||||
--card: #f7f4ff;;
|
||||
--foreground: #2b0a3d;;
|
||||
--primary-cta: #7c3aed;;
|
||||
--primary-cta-text: #ffffff;;
|
||||
--secondary-cta: #32b889;;
|
||||
--secondary-cta-text: #120a00e6;;
|
||||
--accent: #f0f0f0;;
|
||||
--background-accent: #e0e0e0;;
|
||||
--secondary-cta: #3b82f6;;
|
||||
--secondary-cta-text: #ffffff;;
|
||||
--accent: #a78bfa;;
|
||||
--background-accent: #e0d5ff;;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user