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

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.
@@ -0,0 +1,2 @@
1
+ declare const highlightedFixtures: Record<string, string>;
2
+ export default highlightedFixtures;
@@ -7384,21 +7384,42 @@ body {
7384
7384
  --_o-disabled-static: 0.5;
7385
7385
  --_black-static: hsl(0, 0%, 0%);
7386
7386
  --_white-static: hsl(0, 0%, 100%);
7387
- --bg-error: var(--red-400);
7388
- --bg-danger: var(--red-400);
7389
- --bg-success: var(--green-400);
7390
- --bg-warning: var(--yellow-500);
7391
- --bc-error: var(--red-400);
7392
- --bc-danger: var(--red-400);
7393
- --bc-success: var(--green-400);
7394
- --bc-warning: var(--yellow-500);
7395
- --fc-light: var(--black-400);
7396
- --fc-medium: var(--black-500);
7397
- --fc-dark: var(--black-600);
7398
- --fc-error: var(--red-400);
7399
- --fc-danger: var(--red-400);
7400
- --fc-success: var(--green-500);
7401
- --fc-warning: var(--yellow-500);
7387
+ }
7388
+ body,
7389
+ body.themed,
7390
+ body .themed {
7391
+ color: var(--theme-body-font-color, var(--black-600));
7392
+ }
7393
+ body:not(.theme-highcontrast):not(.theme-dark),
7394
+ body.theme-highcontrast:not(.theme-dark),
7395
+ body:not(.theme-highcontrast).theme-dark .theme-light__forced,
7396
+ body.theme-highcontrast.theme-dark .theme-light__forced,
7397
+ body:not(.theme-highcontrast).theme-system .theme-light__forced,
7398
+ body.theme-highcontrast.theme-system .theme-light__forced,
7399
+ body:not(.theme-highcontrast).theme-dark,
7400
+ body.theme-highcontrast.theme-dark,
7401
+ body:not(.theme-highcontrast):not(.theme-dark) .theme-dark__forced,
7402
+ body.theme-highcontrast:not(.theme-dark) .theme-dark__forced,
7403
+ body:not(.theme-highcontrast):not(.theme-dark).themed,
7404
+ body.theme-highcontrast:not(.theme-dark).themed,
7405
+ body:not(.theme-highcontrast).theme-dark .theme-light__forced.themed,
7406
+ body.theme-highcontrast.theme-dark .theme-light__forced.themed,
7407
+ body:not(.theme-highcontrast).theme-system .theme-light__forced.themed,
7408
+ body.theme-highcontrast.theme-system .theme-light__forced.themed,
7409
+ body:not(.theme-highcontrast).theme-dark.themed,
7410
+ body.theme-highcontrast.theme-dark.themed,
7411
+ body:not(.theme-highcontrast):not(.theme-dark) .theme-dark__forced.themed,
7412
+ body.theme-highcontrast:not(.theme-dark) .theme-dark__forced.themed,
7413
+ body:not(.theme-highcontrast):not(.theme-dark) .themed,
7414
+ body.theme-highcontrast:not(.theme-dark) .themed,
7415
+ body:not(.theme-highcontrast).theme-dark .theme-light__forced .themed,
7416
+ body.theme-highcontrast.theme-dark .theme-light__forced .themed,
7417
+ body:not(.theme-highcontrast).theme-system .theme-light__forced .themed,
7418
+ body.theme-highcontrast.theme-system .theme-light__forced .themed,
7419
+ body:not(.theme-highcontrast).theme-dark .themed,
7420
+ body.theme-highcontrast.theme-dark .themed,
7421
+ body:not(.theme-highcontrast):not(.theme-dark) .theme-dark__forced .themed,
7422
+ body.theme-highcontrast:not(.theme-dark) .theme-dark__forced .themed {
7402
7423
  --theme-body-font-color: var(--black-600);
7403
7424
  --theme-background-color: var(--white);
7404
7425
  --theme-link-color: var(--theme-secondary-400);
@@ -7459,11 +7480,21 @@ body {
7459
7480
  --theme-post-title-color-visited: var(--theme-link-color-visited);
7460
7481
  --theme-post-title-font-family: var(--theme-body-font-family);
7461
7482
  --theme-post-body-font-family: var(--theme-body-font-family);
7462
- }
7463
- body,
7464
- body.themed,
7465
- body .themed {
7466
- color: var(--theme-body-font-color, var(--black-600));
7483
+ --bg-error: var(--red-400);
7484
+ --bg-danger: var(--red-400);
7485
+ --bg-success: var(--green-400);
7486
+ --bg-warning: var(--yellow-500);
7487
+ --bc-error: var(--red-400);
7488
+ --bc-danger: var(--red-400);
7489
+ --bc-success: var(--green-400);
7490
+ --bc-warning: var(--yellow-500);
7491
+ --fc-light: var(--black-400);
7492
+ --fc-medium: var(--black-500);
7493
+ --fc-dark: var(--black-600);
7494
+ --fc-error: var(--red-400);
7495
+ --fc-danger: var(--red-400);
7496
+ --fc-success: var(--green-500);
7497
+ --fc-warning: var(--yellow-500);
7467
7498
  }
7468
7499
  body:not(.theme-highcontrast):not(.theme-dark),
7469
7500
  body:not(.theme-highcontrast).theme-dark .theme-light__forced,