Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3e43e485b8 | |||
| 4345b2b43f | |||
| d4af287ad8 | |||
| 73d5f103f2 | |||
| a18e2dc40c | |||
| 913a0c190b | |||
| 031c41b88d |
@@ -2,21 +2,21 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
/* --background: #ffffff;;
|
/* --background: #000802;;
|
||||||
--card: #f9f9f9;;
|
--card: #0b1a0b;;
|
||||||
--foreground: #120a00e6;;
|
--foreground: #e6ffe6;;
|
||||||
--primary-cta: #ff8c42;;
|
--primary-cta: #80da9b;;
|
||||||
--secondary-cta: #f9f9f9;;
|
--secondary-cta: #07170b;;
|
||||||
--accent: #e2e2e2;;
|
--accent: #38714a;;
|
||||||
--background-accent: #c4c4c4;; */
|
--background-accent: #2c6541;; */
|
||||||
|
|
||||||
--background: #ffffff;;
|
--background: #000802;;
|
||||||
--card: #f9f9f9;;
|
--card: #0b1a0b;;
|
||||||
--foreground: #120a00e6;;
|
--foreground: #e6ffe6;;
|
||||||
--primary-cta: #ff8c42;;
|
--primary-cta: #80da9b;;
|
||||||
--secondary-cta: #f9f9f9;;
|
--secondary-cta: #07170b;;
|
||||||
--accent: #e2e2e2;;
|
--accent: #38714a;;
|
||||||
--background-accent: #c4c4c4;;
|
--background-accent: #2c6541;;
|
||||||
|
|
||||||
/* 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