Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4d3140a7f2 |
@@ -3,22 +3,22 @@
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
/* --background: #f5f5f5;;
|
||||
--card: #ffffff;;
|
||||
--foreground: #1c1c1c;;
|
||||
--primary-cta: #1c1c1c;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #6139e6;;
|
||||
--background-accent: #b3a8e8;; */
|
||||
--card: #2d2d2d;;
|
||||
--foreground: #e8e8e8;;
|
||||
--primary-cta: #e8e8e8;;
|
||||
--secondary-cta: #2d2d2d;;
|
||||
--accent: #8b5cf6;;
|
||||
--background-accent: #4c3a8f;; */
|
||||
|
||||
--background: #f5f5f5;;
|
||||
--card: #ffffff;;
|
||||
--foreground: #1c1c1c;;
|
||||
--primary-cta: #1c1c1c;;
|
||||
--background: #1a1a1a;;
|
||||
--card: #2d2d2d;;
|
||||
--foreground: #e8e8e8;;
|
||||
--primary-cta: #e8e8e8;;
|
||||
--primary-cta-text: #f5f5f5;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--secondary-cta: #2d2d2d;;
|
||||
--secondary-cta-text: #1c1c1c;;
|
||||
--accent: #6139e6;;
|
||||
--background-accent: #b3a8e8;;
|
||||
--accent: #8b5cf6;;
|
||||
--background-accent: #4c3a8f;;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user