@t8/docsgen 0.3.18 → 0.3.20

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/css/base.css CHANGED
@@ -23,7 +23,7 @@
23
23
  --link-color: deepskyblue;
24
24
  --secondary-color: #8d8d8d;
25
25
  --emphatic-color: var(--color);
26
- --line-color: #272b34;
26
+ --line-color: #383a3e;
27
27
 
28
28
  --aux-color: #8e9198;
29
29
  --aux-background: #1d2331;
@@ -151,6 +151,9 @@ section.intro {
151
151
  section.intro .section-content {
152
152
  width: 100%;
153
153
  }
154
+ section.intro pre {
155
+ margin: 1.75em 0;
156
+ }
154
157
  @media (max-width: 840px) {
155
158
  section {
156
159
  width: auto;
@@ -187,9 +190,6 @@ section.intro .section-content {
187
190
  section.intro .section-content {
188
191
  padding-top: 0.75rem;
189
192
  }
190
- section.intro pre {
191
- margin: 1.75em 0;
192
- }
193
193
  }
194
194
  .features {
195
195
  --list-padding-x: 1.25rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t8/docsgen",
3
- "version": "0.3.18",
3
+ "version": "0.3.20",
4
4
  "description": "",
5
5
  "main": "dist/bin.js",
6
6
  "type": "module",
package/src/css/base.css CHANGED
@@ -23,7 +23,7 @@
23
23
  --link-color: deepskyblue;
24
24
  --secondary-color: #8d8d8d;
25
25
  --emphatic-color: var(--color);
26
- --line-color: #272b34;
26
+ --line-color: #383a3e;
27
27
 
28
28
  --aux-color: #8e9198;
29
29
  --aux-background: #1d2331;
package/src/css/index.css CHANGED
@@ -151,6 +151,9 @@ section.intro {
151
151
  section.intro .section-content {
152
152
  width: 100%;
153
153
  }
154
+ section.intro pre {
155
+ margin: 1.75em 0;
156
+ }
154
157
  @media (max-width: 840px) {
155
158
  section {
156
159
  width: auto;
@@ -187,9 +190,6 @@ section.intro .section-content {
187
190
  section.intro .section-content {
188
191
  padding-top: 0.75rem;
189
192
  }
190
- section.intro pre {
191
- margin: 1.75em 0;
192
- }
193
193
  }
194
194
  .features {
195
195
  --list-padding-x: 1.25rem;