Compare commits
10 Commits
version_10
...
034f37f8e0
| Author | SHA1 | Date | |
|---|---|---|---|
| 034f37f8e0 | |||
| 1873474e9d | |||
| fe972fd7ff | |||
| e63c5e3097 | |||
| 6667492f64 | |||
| dbf2d55c23 | |||
| 5eb168f962 | |||
| e45a82cc57 | |||
| cdedf6baa9 | |||
| afda9e624b |
@@ -4,13 +4,13 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
--background: #f8faff;
|
||||
--card: #f0f4ff;
|
||||
--foreground: #1a1a2e;
|
||||
--primary-cta: #3b82f6;
|
||||
--secondary-cta: #ffffff;
|
||||
--accent: #d5c6ff;
|
||||
--background-accent: #b394fa;
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #fffffae6;
|
||||
--primary-cta: #facc15;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--accent: #737373;
|
||||
--background-accent: #737373;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user