@stackoverflow/stacks 2.5.6 → 2.5.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.
@@ -2229,13 +2229,13 @@ fieldset[disabled] .s-textarea,
2229
2229
  .is-readonly .s-textarea {
2230
2230
  --_in-bg: var(--black-150);
2231
2231
  --_in-bc: var(--bc-light);
2232
- --_in-fc: var(--black-300);
2232
+ --_in-fc: var(--black-400);
2233
2233
  }
2234
2234
  body.theme-highcontrast .s-input[readonly],
2235
2235
  body.theme-highcontrast .s-textarea[readonly],
2236
2236
  body.theme-highcontrast .is-readonly .s-input,
2237
2237
  body.theme-highcontrast .is-readonly .s-textarea {
2238
- --_in-fc: var(--fc-light);
2238
+ --_in-fc: var(--fc-medium);
2239
2239
  }
2240
2240
  .has-error .s-input,
2241
2241
  .has-error .s-textarea,
@@ -2581,13 +2581,13 @@ body.theme-highcontrast .s-label--status {
2581
2581
  line-height: 0;
2582
2582
  text-decoration: none !important;
2583
2583
  }
2584
- a:visited:not([class*="s-"]):not(.post-tag),
2584
+ a:visited:not([class*="s-"]):not(.post-tag):not(.badge):not(.badge-tag),
2585
2585
  a:visited.s-link,
2586
2586
  a:visited.s-sidebarwidget--action,
2587
2587
  a:visited.s-user-card--link {
2588
2588
  color: var(--_li-fc-visited);
2589
2589
  }
2590
- a:visited:not([class*="s-"]):not(.post-tag):hover,
2590
+ a:visited:not([class*="s-"]):not(.post-tag):not(.badge):not(.badge-tag):hover,
2591
2591
  a:visited.s-link:hover,
2592
2592
  a:visited.s-sidebarwidget--action:hover,
2593
2593
  a:visited.s-user-card--link:hover {