@stackoverflow/stacks 1.9.1 → 1.9.2

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.
@@ -266,7 +266,7 @@
266
266
 
267
267
  // Topbar themed border accent
268
268
  --theme-topbar-accent-border: 3px solid var(--theme-primary-color);
269
- --theme-topbar-bottom-border: 1px solid var(--black-100);
269
+ --theme-topbar-bottom-border: none;
270
270
 
271
271
  // Post summary
272
272
  --theme-post-title-color: var(--theme-link-color);
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.9.1",
8
+ "version": "1.9.2",
9
9
  "files": [
10
10
  "dist",
11
11
  "lib"