@stackoverflow/stacks 2.0.0-rc.6 → 2.0.0-rc.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7382,27 +7382,6 @@ body {
7382
7382
  --_o-disabled-static: 0.5;
7383
7383
  --_black-static: hsl(0, 0%, 0%);
7384
7384
  --_white-static: hsl(0, 0%, 100%);
7385
- }
7386
- body,
7387
- body.themed,
7388
- body .themed {
7389
- color: var(--theme-body-font-color, var(--black-600));
7390
- }
7391
- body:not(.theme-dark),
7392
- body.theme-dark .theme-light__forced,
7393
- body.theme-system .theme-light__forced,
7394
- body.theme-dark,
7395
- body:not(.theme-dark) .theme-dark__forced,
7396
- body:not(.theme-dark).themed,
7397
- body.theme-dark .theme-light__forced.themed,
7398
- body.theme-system .theme-light__forced.themed,
7399
- body.theme-dark.themed,
7400
- body:not(.theme-dark) .theme-dark__forced.themed,
7401
- body:not(.theme-dark) .themed,
7402
- body.theme-dark .theme-light__forced .themed,
7403
- body.theme-system .theme-light__forced .themed,
7404
- body.theme-dark .themed,
7405
- body:not(.theme-dark) .theme-dark__forced .themed {
7406
7385
  --bg-error: var(--red-400);
7407
7386
  --bg-danger: var(--red-400);
7408
7387
  --bg-success: var(--green-400);
@@ -7546,6 +7525,7 @@ body:not(.theme-highcontrast).theme-system .theme-light__forced .themed {
7546
7525
  --theme-secondary-custom-600: hsl(var(--theme-base-secondary-color-h), calc(var(--theme-base-secondary-color-s) + 0 * 1%), clamp(5%, calc(var(--theme-base-secondary-color-l) + -26 * 1%), 40%));
7547
7526
  --theme-secondary-custom: var(--theme-secondary-custom-400);
7548
7527
  --theme-secondary-custom-focus-ring: hsla(var(--theme-base-secondary-color-h), var(--theme-base-secondary-color-s), var(--theme-base-secondary-color-l), 0.15);
7528
+ color: var(--theme-body-font-color, var(--black-600));
7549
7529
  }
7550
7530
  body:not(.theme-highcontrast).theme-dark,
7551
7531
  body:not(.theme-highcontrast):not(.theme-dark) .theme-dark__forced,
@@ -7671,6 +7651,7 @@ body:not(.theme-highcontrast):not(.theme-dark) .theme-dark__forced .themed {
7671
7651
  --theme-dark-secondary-custom-600: hsl(var(--theme-dark-secondary-color-h), calc(var(--theme-dark-secondary-color-s) + 0 * 1%), clamp(85%, calc(var(--theme-dark-secondary-color-l) + 20 * 1%), 95%));
7672
7652
  --theme-dark-secondary-custom: var(--theme-dark-secondary-custom-400);
7673
7653
  --theme-dark-secondary-custom-focus-ring: hsla(var(--theme-dark-secondary-color-h), var(--theme-dark-secondary-color-s), var(--theme-dark-secondary-color-l), 0.25);
7654
+ color: var(--theme-body-font-color, var(--black-600));
7674
7655
  }
7675
7656
  @media (prefers-color-scheme: dark) {
7676
7657
  body:not(.theme-highcontrast).theme-system,
@@ -7794,6 +7775,7 @@ body:not(.theme-highcontrast):not(.theme-dark) .theme-dark__forced .themed {
7794
7775
  --theme-dark-secondary-custom-600: hsl(var(--theme-dark-secondary-color-h), calc(var(--theme-dark-secondary-color-s) + 0 * 1%), clamp(85%, calc(var(--theme-dark-secondary-color-l) + 20 * 1%), 95%));
7795
7776
  --theme-dark-secondary-custom: var(--theme-dark-secondary-custom-400);
7796
7777
  --theme-dark-secondary-custom-focus-ring: hsla(var(--theme-dark-secondary-color-h), var(--theme-dark-secondary-color-s), var(--theme-dark-secondary-color-l), 0.25);
7778
+ color: var(--theme-body-font-color, var(--black-600));
7797
7779
  }
7798
7780
  }
7799
7781
  body.theme-highcontrast:not(.theme-dark),