@stackoverflow/stacks 1.10.0 → 1.10.1

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.
@@ -6618,9 +6618,9 @@ body {
6618
6618
  --ff-serif: Georgia, Cambria, "Times New Roman", Times, serif;
6619
6619
  --ff-mono: ui-monospace, "Cascadia Mono", "Segoe UI Mono", "Liberation Mono", Menlo, Monaco, Consolas, monospace;
6620
6620
  --theme-body-font-family: var(--ff-sans);
6621
- --fs-fine: calc(var(--su-static12) - var(--su-static1));
6622
- --fs-caption: var(--su-static12);
6623
- --fs-body1: calc(var(--su-static12) + var(--su-static1));
6621
+ --fs-fine: 11px;
6622
+ --fs-caption: 12px;
6623
+ --fs-body1: 13px;
6624
6624
  --fs-body2: 1.15384615rem;
6625
6625
  --fs-body3: 1.30769231rem;
6626
6626
  --fs-subheading: 1.46153846rem;
@@ -23157,7 +23157,7 @@ body {
23157
23157
  @media (max-width: 640px) {
23158
23158
  html ,
23159
23159
  html body {
23160
- font-size: calc(var(--su-static12) - var(--su-static1));
23160
+ font-size: 11px;
23161
23161
  }
23162
23162
  }
23163
23163
  body {