Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4068d2138f | |||
| c0e32d0660 |
@@ -2,21 +2,21 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
/* --background: #f5f5f5;;
|
/* --background: #0a0a0a;;
|
||||||
--card: #ffffff;;
|
--card: #1a1a1a;;
|
||||||
--foreground: #1c1c1c;;
|
--foreground: #e6f0ffe6;;
|
||||||
--primary-cta: #511f1f;;
|
--primary-cta: #1f5fb8;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #0e1a29;;
|
||||||
--accent: #e63946;;
|
--accent: #0798ff;;
|
||||||
--background-accent: #e8bea8;; */
|
--background-accent: #004a93;; */
|
||||||
|
|
||||||
--background: #f5f5f5;;
|
--background: #0a0a0a;;
|
||||||
--card: #ffffff;;
|
--card: #1a1a1a;;
|
||||||
--foreground: #1c1c1c;;
|
--foreground: #e6f0ffe6;;
|
||||||
--primary-cta: #511f1f;;
|
--primary-cta: #1f5fb8;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #0e1a29;;
|
||||||
--accent: #e63946;;
|
--accent: #0798ff;;
|
||||||
--background-accent: #e8bea8;;
|
--background-accent: #004a93;;
|
||||||
|
|
||||||
/* 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