Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 10cae40b02 | |||
| 370d13d917 |
@@ -2,23 +2,23 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
/* --background: #fbfaff;;
|
/* --background: #ffffff;;
|
||||||
--card: #f7f5ff;;
|
--card: #f9f9f9;;
|
||||||
--foreground: #0f0022;;
|
--foreground: #1a1a1a;;
|
||||||
--primary-cta: #8b5cf6;;
|
--primary-cta: #e63946;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #0a7039;;
|
||||||
--accent: #d8cef5;;
|
--accent: #0a7039;;
|
||||||
--background-accent: #c4a8f9;; */
|
--background-accent: #e2f0e6;; */
|
||||||
|
|
||||||
--background: #fbfaff;;
|
--background: #ffffff;;
|
||||||
--card: #f7f5ff;;
|
--card: #f9f9f9;;
|
||||||
--foreground: #0f0022;;
|
--foreground: #1a1a1a;;
|
||||||
--primary-cta: #8b5cf6;;
|
--primary-cta: #e63946;;
|
||||||
--primary-cta-text: #fbfaff;;
|
--primary-cta-text: #fbfaff;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #0a7039;;
|
||||||
--secondary-cta-text: #0f0022;;
|
--secondary-cta-text: #0f0022;;
|
||||||
--accent: #d8cef5;;
|
--accent: #0a7039;;
|
||||||
--background-accent: #c4a8f9;;
|
--background-accent: #e2f0e6;;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user