Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f171f7190e | |||
| 86c7a87f59 |
@@ -2,23 +2,23 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
/* --background: #f7f6f7;;
|
/* --background: #fffbf5;;
|
||||||
--card: #ffffff;;
|
--card: #ffe8dc;;
|
||||||
--foreground: #032419;;
|
--foreground: #5c2e1a;;
|
||||||
--primary-cta: #2bb889;;
|
--primary-cta: #d32f2f;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #ffd54f;;
|
||||||
--accent: #09b97e;;
|
--accent: #1976d2;;
|
||||||
--background-accent: #a8e8c3;; */
|
--background-accent: #bbdefb;; */
|
||||||
|
|
||||||
--background: #f7f6f7;;
|
--background: #fffbf5;;
|
||||||
--card: #ffffff;;
|
--card: #ffe8dc;;
|
||||||
--foreground: #032419;;
|
--foreground: #5c2e1a;;
|
||||||
--primary-cta: #2bb889;;
|
--primary-cta: #d32f2f;;
|
||||||
--primary-cta-text: #f7f6f7;;
|
--primary-cta-text: #f7f6f7;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #ffd54f;;
|
||||||
--secondary-cta-text: #032419;;
|
--secondary-cta-text: #032419;;
|
||||||
--accent: #09b97e;;
|
--accent: #1976d2;;
|
||||||
--background-accent: #a8e8c3;;
|
--background-accent: #bbdefb;;
|
||||||
|
|
||||||
/* 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