|
330 | 330 | --theme-style-text:var(--theme-black); |
331 | 331 | } |
332 | 332 |
|
| 333 | +@media (prefers-color-scheme: light){ |
| 334 | + .is-theme-style-system{ |
| 335 | +--theme-color:var(--theme-shade); |
| 336 | +--theme-color-01:var(--theme-shade-positive-10); |
| 337 | +--theme-color-02:var(--theme-shade-positive-09); |
| 338 | +--theme-color-03:var(--theme-shade-positive-08); |
| 339 | +--theme-color-04:var(--theme-shade-positive-07); |
| 340 | +--theme-color-05:var(--theme-shade-positive-06); |
| 341 | +--theme-color-06:var(--theme-shade-positive-05); |
| 342 | +--theme-color-07:var(--theme-shade-positive-04); |
| 343 | +--theme-color-08:var(--theme-shade-positive-03); |
| 344 | +--theme-color-09:var(--theme-shade-positive-02); |
| 345 | +--theme-color-10:var(--theme-shade-positive-01); |
| 346 | +--theme-color-11:var(--theme-shade-negative-01); |
| 347 | +--theme-color-12:var(--theme-shade-negative-02); |
| 348 | +--theme-color-13:var(--theme-shade-negative-03); |
| 349 | +--theme-color-14:var(--theme-shade-negative-04); |
| 350 | +--theme-color-15:var(--theme-shade-negative-05); |
| 351 | +--theme-color-16:var(--theme-shade-negative-06); |
| 352 | +--theme-color-17:var(--theme-shade-negative-07); |
| 353 | +--theme-color-18:var(--theme-shade-negative-08); |
| 354 | +--theme-color-19:var(--theme-shade-negative-09); |
| 355 | +--theme-color-20:var(--theme-shade-negative-10); |
| 356 | +--theme-style-text:var(--theme-black); |
| 357 | + } |
| 358 | +} |
| 359 | + |
| 360 | +@media (prefers-color-scheme: dark){ |
| 361 | + .is-theme-style-system{ |
| 362 | +--theme-color:var(--theme-shade); |
| 363 | +--theme-color-01:var(--theme-shade-negative-10); |
| 364 | +--theme-color-02:var(--theme-shade-negative-09); |
| 365 | +--theme-color-03:var(--theme-shade-negative-08); |
| 366 | +--theme-color-04:var(--theme-shade-negative-07); |
| 367 | +--theme-color-05:var(--theme-shade-negative-06); |
| 368 | +--theme-color-06:var(--theme-shade-negative-05); |
| 369 | +--theme-color-07:var(--theme-shade-negative-04); |
| 370 | +--theme-color-08:var(--theme-shade-negative-03); |
| 371 | +--theme-color-09:var(--theme-shade-negative-02); |
| 372 | +--theme-color-10:var(--theme-shade-negative-01); |
| 373 | +--theme-color-11:var(--theme-shade-positive-01); |
| 374 | +--theme-color-12:var(--theme-shade-positive-02); |
| 375 | +--theme-color-13:var(--theme-shade-positive-03); |
| 376 | +--theme-color-14:var(--theme-shade-positive-04); |
| 377 | +--theme-color-15:var(--theme-shade-positive-05); |
| 378 | +--theme-color-16:var(--theme-shade-positive-06); |
| 379 | +--theme-color-17:var(--theme-shade-positive-07); |
| 380 | +--theme-color-18:var(--theme-shade-positive-08); |
| 381 | +--theme-color-19:var(--theme-shade-positive-09); |
| 382 | +--theme-color-20:var(--theme-shade-positive-10); |
| 383 | +--theme-style-text:var(--theme-white); |
| 384 | + } |
| 385 | +} |
| 386 | + |
333 | 387 | .is-link-style-block{ |
334 | 388 | /* link */ |
335 | 389 | --link-item-width:11em; |
|
0 commit comments