@t8/docsgen 0.3.21 → 0.3.23

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
@@ -683,7 +683,7 @@ var __filename = fileURLToPath(import.meta.url);
683
683
  var __dirname = dirname(__filename);
684
684
  function getDefaultCodeStyleContent(cssRoot) {
685
685
  return `
686
- <link rel="stylesheet" href="https://unpkg.com/@highlightjs/cdn-assets@11.11.1/styles/dark.min.css" media="(prefers-color-scheme: light)">
686
+ <link rel="stylesheet" href="https://unpkg.com/@highlightjs/cdn-assets@11.11.1/styles/stackoverflow-light.min.css" media="(prefers-color-scheme: light)">
687
687
  <link rel="stylesheet" href="https://unpkg.com/@highlightjs/cdn-assets@11.11.1/styles/base16/material.min.css" media="(prefers-color-scheme: dark)">
688
688
  <link rel="stylesheet" href="${cssRoot}/code.css">
689
689
  <script src="https://unpkg.com/@highlightjs/cdn-assets@11.11.1/highlight.min.js"></script>
@@ -184,7 +184,7 @@ h1 a:active {
184
184
  }
185
185
  }
186
186
  main h1 + h2 {
187
- margin-top: 0.75rem;
187
+ margin-top: 0.5rem;
188
188
  }
189
189
  main h2 {
190
190
  border-bottom: var(--sep-line);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t8/docsgen",
3
- "version": "0.3.21",
3
+ "version": "0.3.23",
4
4
  "description": "",
5
5
  "main": "dist/bin.js",
6
6
  "type": "module",
@@ -23,7 +23,7 @@ const __dirname = dirname(__filename);
23
23
 
24
24
  function getDefaultCodeStyleContent(cssRoot: string) {
25
25
  return `
26
- <link rel="stylesheet" href="https://unpkg.com/@highlightjs/cdn-assets@11.11.1/styles/dark.min.css" media="(prefers-color-scheme: light)">
26
+ <link rel="stylesheet" href="https://unpkg.com/@highlightjs/cdn-assets@11.11.1/styles/stackoverflow-light.min.css" media="(prefers-color-scheme: light)">
27
27
  <link rel="stylesheet" href="https://unpkg.com/@highlightjs/cdn-assets@11.11.1/styles/base16/material.min.css" media="(prefers-color-scheme: dark)">
28
28
  <link rel="stylesheet" href="${cssRoot}/code.css">
29
29
  <script src="https://unpkg.com/@highlightjs/cdn-assets@11.11.1/highlight.min.js"></script>
@@ -184,7 +184,7 @@ h1 a:active {
184
184
  }
185
185
  }
186
186
  main h1 + h2 {
187
- margin-top: 0.75rem;
187
+ margin-top: 0.5rem;
188
188
  }
189
189
  main h2 {
190
190
  border-bottom: var(--sep-line);