@t8/docsgen 0.2.23 → 0.2.24

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.
@@ -203,7 +203,7 @@ main h2:first-child {
203
203
  display: flex;
204
204
  justify-content: space-between;
205
205
  gap: 1em;
206
- border-top: 0.05rem solid;
206
+ border-top: var(--hr-border);
207
207
  padding: 0.6em 0 0;
208
208
  margin: 1.5em 0 0;
209
209
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t8/docsgen",
3
- "version": "0.2.23",
3
+ "version": "0.2.24",
4
4
  "description": "",
5
5
  "main": "dist/bin.js",
6
6
  "bin": {
@@ -203,7 +203,7 @@ main h2:first-child {
203
203
  display: flex;
204
204
  justify-content: space-between;
205
205
  gap: 1em;
206
- border-top: 0.05rem solid;
206
+ border-top: var(--hr-border);
207
207
  padding: 0.6em 0 0;
208
208
  margin: 1.5em 0 0;
209
209
  }