|
8 | 8 | --ifm-font-color-base: var(--strapi-neutral-800); |
9 | 9 |
|
10 | 10 | --ifm-color-content-secondary: var(--strapi-neutral-600); |
| 11 | + --ifm-color-emphasis-100: var(--strapi-neutral-100); |
11 | 12 | --ifm-color-emphasis-200: var(--strapi-neutral-150); |
12 | 13 | --ifm-color-emphasis-300: var(--strapi-neutral-200); |
| 14 | + --ifm-color-emphasis-400: var(--strapi-neutral-300); |
| 15 | + --ifm-color-emphasis-500: var(--strapi-neutral-400); |
| 16 | + --ifm-color-emphasis-600: var(--strapi-neutral-500); |
| 17 | + --ifm-color-emphasis-700: var(--strapi-neutral-600); |
| 18 | + --ifm-color-emphasis-800: var(--strapi-neutral-700); |
| 19 | + --ifm-color-emphasis-900: var(--strapi-neutral-800); |
| 20 | + --ifm-color-emphasis-1000: var(--strapi-neutral-1000); |
13 | 21 |
|
14 | 22 | --ifm-color-primary: var(--strapi-primary-600); |
15 | 23 | --ifm-color-primary-dark: #29784c; |
|
41 | 49 | --ifm-color-content: var(--strapi-neutral-800); |
42 | 50 | --ifm-font-color-base: var(--strapi-neutral-800); |
43 | 51 |
|
| 52 | + --ifm-color-emphasis-100: var(--strapi-neutral-100); |
| 53 | + --ifm-color-emphasis-200: var(--strapi-neutral-150); |
| 54 | + --ifm-color-emphasis-300: var(--strapi-neutral-200); |
| 55 | + --ifm-color-emphasis-400: var(--strapi-neutral-300); |
| 56 | + --ifm-color-emphasis-500: var(--strapi-neutral-400); |
| 57 | + --ifm-color-emphasis-600: var(--strapi-neutral-500); |
| 58 | + --ifm-color-emphasis-700: var(--strapi-neutral-600); |
| 59 | + --ifm-color-emphasis-800: var(--strapi-neutral-700); |
| 60 | + --ifm-color-emphasis-900: var(--strapi-neutral-800); |
| 61 | + --ifm-color-emphasis-1000: var(--strapi-neutral-1000); |
| 62 | + |
44 | 63 | --ifm-color-primary: var(--strapi-primary-500); |
45 | 64 | --ifm-color-primary-dark: #21af90; |
46 | 65 | --ifm-color-primary-darker: #1fa588; |
|
0 commit comments