Compare commits
15 Commits
version_3
...
e77308560b
| Author | SHA1 | Date | |
|---|---|---|---|
| e77308560b | |||
| a1cf3f209a | |||
| ba5f47f0b9 | |||
| 5dc48b6bde | |||
| 5a41dce58b | |||
| b1cae1a92a | |||
| 4ab0b387c0 | |||
| 204487f233 | |||
| aa6c1b30ec | |||
| 3f4098d156 | |||
| f408a4698e | |||
| a8cd53b501 | |||
| be90f82c4a | |||
| b9f1912cc9 | |||
| d5d784117c |
@@ -4,13 +4,13 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #fcfcfc;
|
||||
--foreground: #00120ae6;
|
||||
--primary-cta: #15ad59;
|
||||
--background: #fffcfc;
|
||||
--card: #fffafa;
|
||||
--foreground: #220000;
|
||||
--primary-cta: #c1121f;
|
||||
--secondary-cta: #ffffff;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
--accent: #f0b8bc;
|
||||
--background-accent: #e07a82;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user