@stackoverflow/stacks 2.0.1 → 2.0.2

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.
@@ -2940,7 +2940,7 @@ body.theme-system .theme-dark__forced .s-menu {
2940
2940
  }
2941
2941
  .s-modal.has-danger,
2942
2942
  .s-modal.s-modal__danger {
2943
- --_mo-bg: hsla(0, 65%, 6%, 0.5);
2943
+ --_mo-bg: hsla(0, 65%, 4%, 0.5);
2944
2944
  --_mo-header-fc: var(--red-500);
2945
2945
  }
2946
2946
  .s-modal .s-modal--body {
@@ -7516,10 +7516,10 @@ body:not(.theme-highcontrast).theme-system .theme-light__forced .themed {
7516
7516
  --green-600: hsl(148, 75%, 15%);
7517
7517
  --red-100: hsl(0, 72%, 96%);
7518
7518
  --red-200: hsl(0, 70%, 93%);
7519
- --red-300: hsl(0, 65%, 76%);
7519
+ --red-300: hsl(0, 66%, 80%);
7520
7520
  --red-400: hsl(0, 60%, 49%);
7521
7521
  --red-500: hsl(0, 65%, 37%);
7522
- --red-600: hsl(0, 65%, 24%);
7522
+ --red-600: hsl(0, 65%, 22%);
7523
7523
  --yellow-100: hsl(43, 80%, 96%);
7524
7524
  --yellow-200: hsl(43, 80%, 88%);
7525
7525
  --yellow-300: hsl(43, 85%, 72%);
@@ -7892,8 +7892,8 @@ body.theme-highcontrast.theme-system .theme-light__forced {
7892
7892
  --red-200: hsl(0, 80%, 96%);
7893
7893
  --red-300: hsl(0, 60%, 49%);
7894
7894
  --red-400: hsl(0, 65%, 37%);
7895
- --red-500: hsl(0, 66%, 24%);
7896
- --red-600: hsl(0, 66%, 24%);
7895
+ --red-500: hsl(0, 65%, 22%);
7896
+ --red-600: hsl(0, 65%, 22%);
7897
7897
  --yellow-100: hsl(41, 80%, 96%);
7898
7898
  --yellow-200: hsl(41, 80%, 96%);
7899
7899
  --yellow-300: hsl(43, 85%, 50%);