@stackoverflow/stacks 1.6.4 → 1.6.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.
@@ -54,7 +54,7 @@
54
54
  &__new {
55
55
  --_la-status-bg: var(--green-100);
56
56
  --_la-status-fc: var(--green-700);
57
-
57
+
58
58
  .dark-mode({
59
59
  --_la-status-bg: var(--green-050);
60
60
  --_la-status-fc: var(--green-800);
@@ -63,7 +63,7 @@
63
63
  &__required {
64
64
  --_la-status-bg: var(--red-100);
65
65
  --_la-status-fc: var(--red-700);
66
-
66
+
67
67
  .dark-mode({
68
68
  --_la-status-bg: var(--red-050);
69
69
  --_la-status-fc: var(--red-800);
@@ -167,7 +167,6 @@
167
167
  quotes: none;
168
168
  }
169
169
  dd,
170
- div,
171
170
  dl,
172
171
  .s-table-container,
173
172
  .s-link-preview {
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "git",
6
6
  "url": "https://github.com/StackExchange/Stacks.git"
7
7
  },
8
- "version": "1.6.4",
8
+ "version": "1.6.5",
9
9
  "files": [
10
10
  "dist",
11
11
  "lib"