@stackoverflow/stacks 2.0.0-rc.3 → 2.0.0-rc.4

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.
@@ -7505,7 +7505,7 @@ body:not(.theme-highcontrast).theme-system .theme-light__forced .themed {
7505
7505
  --green-400: hsl(148, 70%, 31%);
7506
7506
  --green-500: hsl(148, 75%, 22%);
7507
7507
  --green-600: hsl(148, 75%, 15%);
7508
- --red-100: hsl(0, 78%, 96%);
7508
+ --red-100: hsl(0, 72%, 96%);
7509
7509
  --red-200: hsl(0, 70%, 93%);
7510
7510
  --red-300: hsl(0, 65%, 76%);
7511
7511
  --red-400: hsl(0, 60%, 49%);
@@ -7552,7 +7552,7 @@ body:not(.theme-highcontrast).theme-system .theme-light__forced .themed {
7552
7552
  --focus-ring-muted: hsla(210, 8%, 15%, 0.1);
7553
7553
  --highlight-addition: var(--green-500);
7554
7554
  --highlight-attribute: hsl(206, 98.5%, 29%);
7555
- --highlight-bg: var(--black-100);
7555
+ --highlight-bg: hsl(0, 0%, 96.5%);
7556
7556
  --highlight-color: var(--black-600);
7557
7557
  --highlight-comment: hsl(210, 8%, 43.5%);
7558
7558
  --highlight-deletion: var(--red-500);