|
1 | 1 | /* stylelint-disable */
|
2 | 2 | /* This file is automatically generated, do not modify it directly. */
|
3 | 3 | :root {
|
| 4 | + --mantine-z-index-app: 100; |
| 5 | + --mantine-z-index-modal: 200; |
| 6 | + --mantine-z-index-popover: 300; |
| 7 | + --mantine-z-index-overlay: 400; |
| 8 | + --mantine-z-index-max: 9999; |
| 9 | + |
4 | 10 | --mantine-scale: 1;
|
5 | 11 | --mantine-cursor-type: default;
|
6 |
| - --mantine-color-scheme: light dark; |
7 | 12 | --mantine-webkit-font-smoothing: antialiased;
|
8 | 13 | --mantine-moz-font-smoothing: grayscale;
|
9 | 14 | --mantine-color-white: #fff;
|
|
246 | 251 | --mantine-h6-font-weight: 700;
|
247 | 252 | }
|
248 | 253 | :root[data-mantine-color-scheme='dark'] {
|
| 254 | + --mantine-color-scheme: dark; |
249 | 255 | --mantine-primary-color-contrast: var(--mantine-color-white);
|
250 | 256 | --mantine-color-bright: var(--mantine-color-white);
|
251 | 257 | --mantine-color-text: var(--mantine-color-dark-0);
|
|
374 | 380 | --mantine-color-orange-outline: var(--mantine-color-orange-4);
|
375 | 381 | --mantine-color-orange-outline-hover: rgba(255, 169, 77, 0.05);
|
376 | 382 | }
|
| 383 | + |
377 | 384 | :root[data-mantine-color-scheme='light'] {
|
| 385 | + --mantine-color-scheme: light; |
378 | 386 | --mantine-primary-color-contrast: var(--mantine-color-white);
|
379 | 387 | --mantine-color-bright: var(--mantine-color-black);
|
380 | 388 | --mantine-color-text: #000;
|
|
0 commit comments