@stackoverflow/stacks 2.0.0-rc.3 → 2.0.0-rc.4

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.
@@ -188,7 +188,7 @@
188
188
 
189
189
  // Red
190
190
  .set-red() {
191
- 100: hsl(0, 78%, 96%);
191
+ 100: hsl(0, 72%, 96%);
192
192
  200: hsl(0, 70%, 93%);
193
193
  300: hsl(0, 65%, 76%);
194
194
  400: hsl(0, 60%, 49%);
@@ -458,7 +458,7 @@
458
458
  .set-highlight() {
459
459
  addition: var(--green-500);
460
460
  attribute: hsl(206, 98.5%, 29%);
461
- bg: var(--black-100);
461
+ bg: hsl(0, 0%, 96.5%);
462
462
  color: var(--black-600);
463
463
  comment: hsl(210, 8%, 43.5%);
464
464
  deletion: var(--red-500);
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": "2.0.0-rc.3",
8
+ "version": "2.0.0-rc.4",
9
9
  "files": [
10
10
  "dist",
11
11
  "lib"