@stackoverflow/stacks 2.0.0-rc.14 → 2.0.0-rc.15

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.
@@ -5474,6 +5474,7 @@ body.theme-highcontrast .s-sidebarwidget.s-sidebarwidget__green {
5474
5474
  }
5475
5475
  body.theme-highcontrast .s-tag {
5476
5476
  --_ta-bc: currentColor;
5477
+ --_ta-bg-selected: var(--theme-secondary-400);
5477
5478
  text-decoration: none;
5478
5479
  }
5479
5480
  .s-tag.is-selected,
@@ -5490,7 +5491,8 @@ body.theme-highcontrast a.s-tag.is-selected,
5490
5491
  body.theme-highcontrast a.s-tag.is-selected:active,
5491
5492
  body.theme-highcontrast a.s-tag.is-selected:hover,
5492
5493
  body.theme-highcontrast a.s-tag.is-selected:focus {
5493
- border-color: currentColor;
5494
+ --_ta-bc-selected: transparent;
5495
+ --_ta-fc-selected: var(--white);
5494
5496
  }
5495
5497
  .s-tag.s-tag__xs {
5496
5498
  --_ta-fs: var(--fs-fine);
@@ -5553,6 +5555,9 @@ body.theme-highcontrast a.s-tag.is-selected:focus {
5553
5555
  --_ta-bg-selected: var(--orange-300);
5554
5556
  --_ta-fc-selected: var(--orange-600);
5555
5557
  }
5558
+ body.theme-highcontrast .s-tag.s-tag__moderator {
5559
+ --_ta-bg-selected: var(--orange-500);
5560
+ }
5556
5561
  .s-tag.s-tag__muted:not(.s-tag__moderator):not(.s-tag__required) {
5557
5562
  --_ta-bc: transparent;
5558
5563
  --_ta-bg: var(--black-150);