Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8483a490a5 | |||
| 0c7afb46ae |
@@ -2,23 +2,23 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
/* --background: #fafffb;;
|
/* --background: #001F3F;;
|
||||||
--card: #f7fffa;;
|
--card: #0066CC;;
|
||||||
--foreground: #001a0a;;
|
--foreground: #FFFFFF;;
|
||||||
--primary-cta: #0a7039;;
|
--primary-cta: #0066CC;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #FBBF24;;
|
||||||
--accent: #a8d9be;;
|
--accent: #60A5FA;;
|
||||||
--background-accent: #6bbf8e;; */
|
--background-accent: #FBBF24;; */
|
||||||
|
|
||||||
--background: #fafffb;;
|
--background: #001F3F;;
|
||||||
--card: #f7fffa;;
|
--card: #0066CC;;
|
||||||
--foreground: #001a0a;;
|
--foreground: #FFFFFF;;
|
||||||
--primary-cta: #0a7039;;
|
--primary-cta: #0066CC;;
|
||||||
--primary-cta-text: #fafffb;;
|
--primary-cta-text: #fafffb;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #FBBF24;;
|
||||||
--secondary-cta-text: #001a0a;;
|
--secondary-cta-text: #001a0a;;
|
||||||
--accent: #a8d9be;;
|
--accent: #60A5FA;;
|
||||||
--background-accent: #6bbf8e;;
|
--background-accent: #FBBF24;;
|
||||||
|
|
||||||
/* 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