Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8bbadbb514 | |||
| 9117438168 | |||
| 80b8a11d1d | |||
| f1e7fd74f6 |
@@ -2,23 +2,23 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
/* --background: #e3deea;;
|
/* --background: #060000;;
|
||||||
--card: #ffffff;;
|
--card: #1d0d0d;;
|
||||||
--foreground: #1f2027;;
|
--foreground: #ffe6e6;;
|
||||||
--primary-cta: #627dc6;;
|
--primary-cta: #ff3d4a;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #1f0a0a;;
|
||||||
--accent: #627dc6;;
|
--accent: #7b2d2d;;
|
||||||
--background-accent: #627dc6;; */
|
--background-accent: #b8111f;; */
|
||||||
|
|
||||||
--background: #e3deea;;
|
--background: #060000;;
|
||||||
--card: #ffffff;;
|
--card: #1d0d0d;;
|
||||||
--foreground: #1f2027;;
|
--foreground: #ffe6e6;;
|
||||||
--primary-cta: #627dc6;;
|
--primary-cta: #ff3d4a;;
|
||||||
--primary-cta-text: #e3deea;;
|
--primary-cta-text: #e3deea;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #1f0a0a;;
|
||||||
--secondary-cta-text: #1f2027;;
|
--secondary-cta-text: #1f2027;;
|
||||||
--accent: #627dc6;;
|
--accent: #7b2d2d;;
|
||||||
--background-accent: #627dc6;;
|
--background-accent: #b8111f;;
|
||||||
|
|
||||||
/* 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