Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dfe82cc648 | |||
| 7adcbb6d2c | |||
| 00a46a792a | |||
| 2ee38b775b |
@@ -2,23 +2,23 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
/* --background: #0a0a0a;;
|
/* --background: #001122;;
|
||||||
--card: #1a1a1a;;
|
--card: #041633;;
|
||||||
--foreground: #f5f5f5;;
|
--foreground: #e6f0ff;;
|
||||||
--primary-cta: #ff0000;;
|
--primary-cta: #cee7ff;;
|
||||||
--secondary-cta: #1a1a1a;;
|
--secondary-cta: #0e1a29;;
|
||||||
--accent: #991b1b;;
|
--accent: #3f5c79;;
|
||||||
--background-accent: #7f1d1d;; */
|
--background-accent: #004a93;; */
|
||||||
|
|
||||||
--background: #0a0a0a;;
|
--background: #001122;;
|
||||||
--card: #1a1a1a;;
|
--card: #041633;;
|
||||||
--foreground: #f5f5f5;;
|
--foreground: #e6f0ff;;
|
||||||
--primary-cta: #ff0000;;
|
--primary-cta: #cee7ff;;
|
||||||
--primary-cta-text: #fffafa;;
|
--primary-cta-text: #fffafa;;
|
||||||
--secondary-cta: #1a1a1a;;
|
--secondary-cta: #0e1a29;;
|
||||||
--secondary-cta-text: #1a0000;;
|
--secondary-cta-text: #1a0000;;
|
||||||
--accent: #991b1b;;
|
--accent: #3f5c79;;
|
||||||
--background-accent: #7f1d1d;;
|
--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