Compare commits
13 Commits
version_13
...
2c075a9359
| Author | SHA1 | Date | |
|---|---|---|---|
| 2c075a9359 | |||
| 78c817b941 | |||
| d889579153 | |||
| 32d53c6dd4 | |||
| 9bc4c3aeca | |||
| d36d888ba2 | |||
| ffe6db7d59 | |||
| e6cdb83190 | |||
| a389e241bf | |||
| 8792e188f1 | |||
| 809d6d5f56 | |||
| debdf888ee | |||
| ee7670312f |
@@ -4,13 +4,13 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
--background: #0a0a0a;
|
||||
--background: #000000;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #ffffff;
|
||||
--primary-cta: #e6e6e6;
|
||||
--primary-cta: #ff0000;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--accent: #737373;
|
||||
--background-accent: #737373;
|
||||
--accent: #ff3333;
|
||||
--background-accent: #ff0000;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user