@stackoverflow/stacks 1.9.4 → 1.9.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.
@@ -4063,7 +4063,7 @@ body.theme-highcontrast .s-post-summary .s-post-summary--answer:before {
4063
4063
  justify-content: space-between;
4064
4064
  row-gap: var(--su8);
4065
4065
  }
4066
- .s-post-summary .s-post-summary--meta > *:not(.s-post-summary--meta-tags) > * {
4066
+ .s-post-summary .s-post-summary--meta > *:not(.s-post-summary--meta-tags):not(.s-user-card) > * {
4067
4067
  opacity: var(--_ps-o);
4068
4068
  }
4069
4069
  .s-post-summary .s-post-summary--meta .s-user-card {
@@ -4071,6 +4071,9 @@ body.theme-highcontrast .s-post-summary .s-post-summary--answer:before {
4071
4071
  justify-content: flex-end;
4072
4072
  margin-left: auto;
4073
4073
  }
4074
+ .s-post-summary .s-post-summary--meta .s-user-card > *:not(.magic-popup) {
4075
+ opacity: var(--_ps-o);
4076
+ }
4074
4077
  .s-post-summary .s-post-summary--meta-tags {
4075
4078
  display: flex;
4076
4079
  flex-wrap: wrap;
@@ -7146,7 +7149,7 @@ body:not(.theme-dark) .theme-dark__forced .themed {
7146
7149
  --theme-secondary-color-b: var(--theme-dark-secondary-color-b, var(--theme-base-secondary-color-b));
7147
7150
  --theme-primary-color: hsl(var(--theme-primary-color-h), var(--theme-primary-color-s), var(--theme-primary-color-l));
7148
7151
  --theme-secondary-color: hsl(var(--theme-secondary-color-h), var(--theme-secondary-color-s), var(--theme-secondary-color-l));
7149
- --theme-primary-025: hsl(var(--theme-primary-color-h), clamp(10%, calc(var(--theme-primary-color-s) - 82%), 90%), clamp(20%, calc(var(--theme-primary-color-l) - 17%), 100%));
7152
+ --theme-primary-025: hsl(var(--theme-primary-color-h), clamp(10%, calc(var(--theme-primary-color-s) - 73.3%), 90%), clamp(20%, calc(var(--theme-primary-color-l) - 31%), 100%));
7150
7153
  --theme-primary-050: hsl(var(--theme-primary-color-h), clamp(10%, calc(var(--theme-primary-color-s) - 47%), 90%), clamp(20%, calc(var(--theme-primary-color-l) - 15%), 100%));
7151
7154
  --theme-primary-075: hsl(var(--theme-primary-color-h), clamp(10%, calc(var(--theme-primary-color-s) - 39%), 90%), clamp(20%, calc(var(--theme-primary-color-l) - 13%), 100%));
7152
7155
  --theme-primary-100: hsl(var(--theme-primary-color-h), clamp(10%, calc(var(--theme-primary-color-s) - 32%), 90%), clamp(20%, calc(var(--theme-primary-color-l) - 11%), 100%));
@@ -7160,7 +7163,7 @@ body:not(.theme-dark) .theme-dark__forced .themed {
7160
7163
  --theme-primary-700: rgb(calc(168.3 + var(--theme-primary-color-r) * 0.34), calc(168.3 + var(--theme-primary-color-g) * 0.34), calc(168.3 + var(--theme-primary-color-b) * 0.34));
7161
7164
  --theme-primary-800: rgb(calc(206.55 + var(--theme-primary-color-r) * 0.19), calc(206.55 + var(--theme-primary-color-g) * 0.19), calc(206.55 + var(--theme-primary-color-b) * 0.19));
7162
7165
  --theme-primary-900: rgb(calc(244.8 + var(--theme-primary-color-r) * 0.04), calc(244.8 + var(--theme-primary-color-g) * 0.04), calc(244.8 + var(--theme-primary-color-b) * 0.04));
7163
- --theme-secondary-025: hsl(var(--theme-secondary-color-h), clamp(10%, calc(var(--theme-secondary-color-s) - 82%), 90%), clamp(20%, calc(var(--theme-secondary-color-l) - 17%), 100%));
7166
+ --theme-secondary-025: hsl(var(--theme-secondary-color-h), clamp(10%, calc(var(--theme-secondary-color-s) - 73.3%), 90%), clamp(20%, calc(var(--theme-secondary-color-l) - 31%), 100%));
7164
7167
  --theme-secondary-050: hsl(var(--theme-secondary-color-h), clamp(10%, calc(var(--theme-secondary-color-s) - 47%), 90%), clamp(20%, calc(var(--theme-secondary-color-l) - 15%), 100%));
7165
7168
  --theme-secondary-075: hsl(var(--theme-secondary-color-h), clamp(10%, calc(var(--theme-secondary-color-s) - 39%), 90%), clamp(20%, calc(var(--theme-secondary-color-l) - 13%), 100%));
7166
7169
  --theme-secondary-100: hsl(var(--theme-secondary-color-h), clamp(10%, calc(var(--theme-secondary-color-s) - 32%), 90%), clamp(20%, calc(var(--theme-secondary-color-l) - 11%), 100%));
@@ -7316,7 +7319,7 @@ body:not(.theme-dark) .theme-dark__forced .themed {
7316
7319
  --theme-secondary-color-b: var(--theme-dark-secondary-color-b, var(--theme-base-secondary-color-b));
7317
7320
  --theme-primary-color: hsl(var(--theme-primary-color-h), var(--theme-primary-color-s), var(--theme-primary-color-l));
7318
7321
  --theme-secondary-color: hsl(var(--theme-secondary-color-h), var(--theme-secondary-color-s), var(--theme-secondary-color-l));
7319
- --theme-primary-025: hsl(var(--theme-primary-color-h), clamp(10%, calc(var(--theme-primary-color-s) - 82%), 90%), clamp(20%, calc(var(--theme-primary-color-l) - 17%), 100%));
7322
+ --theme-primary-025: hsl(var(--theme-primary-color-h), clamp(10%, calc(var(--theme-primary-color-s) - 73.3%), 90%), clamp(20%, calc(var(--theme-primary-color-l) - 31%), 100%));
7320
7323
  --theme-primary-050: hsl(var(--theme-primary-color-h), clamp(10%, calc(var(--theme-primary-color-s) - 47%), 90%), clamp(20%, calc(var(--theme-primary-color-l) - 15%), 100%));
7321
7324
  --theme-primary-075: hsl(var(--theme-primary-color-h), clamp(10%, calc(var(--theme-primary-color-s) - 39%), 90%), clamp(20%, calc(var(--theme-primary-color-l) - 13%), 100%));
7322
7325
  --theme-primary-100: hsl(var(--theme-primary-color-h), clamp(10%, calc(var(--theme-primary-color-s) - 32%), 90%), clamp(20%, calc(var(--theme-primary-color-l) - 11%), 100%));
@@ -7330,7 +7333,7 @@ body:not(.theme-dark) .theme-dark__forced .themed {
7330
7333
  --theme-primary-700: rgb(calc(168.3 + var(--theme-primary-color-r) * 0.34), calc(168.3 + var(--theme-primary-color-g) * 0.34), calc(168.3 + var(--theme-primary-color-b) * 0.34));
7331
7334
  --theme-primary-800: rgb(calc(206.55 + var(--theme-primary-color-r) * 0.19), calc(206.55 + var(--theme-primary-color-g) * 0.19), calc(206.55 + var(--theme-primary-color-b) * 0.19));
7332
7335
  --theme-primary-900: rgb(calc(244.8 + var(--theme-primary-color-r) * 0.04), calc(244.8 + var(--theme-primary-color-g) * 0.04), calc(244.8 + var(--theme-primary-color-b) * 0.04));
7333
- --theme-secondary-025: hsl(var(--theme-secondary-color-h), clamp(10%, calc(var(--theme-secondary-color-s) - 82%), 90%), clamp(20%, calc(var(--theme-secondary-color-l) - 17%), 100%));
7336
+ --theme-secondary-025: hsl(var(--theme-secondary-color-h), clamp(10%, calc(var(--theme-secondary-color-s) - 73.3%), 90%), clamp(20%, calc(var(--theme-secondary-color-l) - 31%), 100%));
7334
7337
  --theme-secondary-050: hsl(var(--theme-secondary-color-h), clamp(10%, calc(var(--theme-secondary-color-s) - 47%), 90%), clamp(20%, calc(var(--theme-secondary-color-l) - 15%), 100%));
7335
7338
  --theme-secondary-075: hsl(var(--theme-secondary-color-h), clamp(10%, calc(var(--theme-secondary-color-s) - 39%), 90%), clamp(20%, calc(var(--theme-secondary-color-l) - 13%), 100%));
7336
7339
  --theme-secondary-100: hsl(var(--theme-secondary-color-h), clamp(10%, calc(var(--theme-secondary-color-s) - 32%), 90%), clamp(20%, calc(var(--theme-secondary-color-l) - 11%), 100%));