@t8/docsgen 0.2.23 → 0.2.25

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.
@@ -64,6 +64,7 @@ header {
64
64
  padding: 0 var(--content-padding-x);
65
65
  }
66
66
  .description {
67
+ font-size: 1.15em;
67
68
  margin: 0;
68
69
  }
69
70
  .description p {
@@ -76,7 +77,7 @@ header {
76
77
  --r: 1em;
77
78
 
78
79
  font-size: 1.25em;
79
- margin: 1rem 0;
80
+ margin: 1.25rem 0;
80
81
  }
81
82
  .actions a.primary {
82
83
  font-weight: bold;
@@ -89,7 +90,7 @@ header {
89
90
  height: 0.01em;
90
91
  font-size: 0;
91
92
  overflow: hidden;
92
- margin: 0.25rem 0;
93
+ margin: 0.35rem 0;
93
94
  }
94
95
  .ref {
95
96
  font-size: 0.9em;
@@ -121,6 +122,7 @@ section.intro-title {
121
122
  flex-direction: column;
122
123
  align-items: flex-end;
123
124
  text-align: right;
125
+ line-height: 1.3;
124
126
  }
125
127
  section.intro-title .section-content {
126
128
  display: flex;
@@ -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.25",
4
4
  "description": "",
5
5
  "main": "dist/bin.js",
6
6
  "bin": {
package/src/css/index.css CHANGED
@@ -64,6 +64,7 @@ header {
64
64
  padding: 0 var(--content-padding-x);
65
65
  }
66
66
  .description {
67
+ font-size: 1.15em;
67
68
  margin: 0;
68
69
  }
69
70
  .description p {
@@ -76,7 +77,7 @@ header {
76
77
  --r: 1em;
77
78
 
78
79
  font-size: 1.25em;
79
- margin: 1rem 0;
80
+ margin: 1.25rem 0;
80
81
  }
81
82
  .actions a.primary {
82
83
  font-weight: bold;
@@ -89,7 +90,7 @@ header {
89
90
  height: 0.01em;
90
91
  font-size: 0;
91
92
  overflow: hidden;
92
- margin: 0.25rem 0;
93
+ margin: 0.35rem 0;
93
94
  }
94
95
  .ref {
95
96
  font-size: 0.9em;
@@ -121,6 +122,7 @@ section.intro-title {
121
122
  flex-direction: column;
122
123
  align-items: flex-end;
123
124
  text-align: right;
125
+ line-height: 1.3;
124
126
  }
125
127
  section.intro-title .section-content {
126
128
  display: flex;
@@ -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
  }