@t8/docsgen 0.3.0 → 0.3.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.
package/dist/bin.js CHANGED
@@ -770,7 +770,7 @@ ${getInjectedContent(ctx, "redirect", "body")}
770
770
  <div class="layout">
771
771
  <div class="${navContent ? "" : "no-nav "}body">
772
772
  <main>
773
- <h1><a href="${root}">${coverTitle}</a></h1>
773
+ <h1><a href="${root}">${plainTitle}</a></h1>
774
774
  ${content}
775
775
 
776
776
  <p class="pagenav">
package/dist/css/code.css CHANGED
@@ -1,5 +1,5 @@
1
1
  .hljs {
2
- color: var(--aux-color);
2
+ color: var(--color);
3
3
  background: var(--aux-background);
4
4
  }
5
5
  @media (prefers-color-scheme: light) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t8/docsgen",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
4
4
  "description": "",
5
5
  "main": "dist/bin.js",
6
6
  "type": "module",
@@ -172,7 +172,7 @@ ${getInjectedContent(ctx, "redirect", "body")}
172
172
  <div class="layout">
173
173
  <div class="${navContent ? "" : "no-nav "}body">
174
174
  <main>
175
- <h1><a href="${root}">${coverTitle}</a></h1>
175
+ <h1><a href="${root}">${plainTitle}</a></h1>
176
176
  ${content}
177
177
 
178
178
  <p class="pagenav">
package/src/css/code.css CHANGED
@@ -1,5 +1,5 @@
1
1
  .hljs {
2
- color: var(--aux-color);
2
+ color: var(--color);
3
3
  background: var(--aux-background);
4
4
  }
5
5
  @media (prefers-color-scheme: light) {