@t8/docsgen 0.1.33 → 0.1.34
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 +1 -1
- package/dist/css/section.css +3 -3
- package/package.json +1 -1
- package/src/css/base.css +1 -1
- package/src/css/section.css +3 -3
package/dist/css/base.css
CHANGED
package/dist/css/section.css
CHANGED
|
@@ -117,7 +117,7 @@ main p.sep {
|
|
|
117
117
|
main hr {
|
|
118
118
|
background: none transparent;
|
|
119
119
|
border: none;
|
|
120
|
-
border-top:
|
|
120
|
+
border-top: var(--hr-border);
|
|
121
121
|
margin: var(--block-margin-y) 0;
|
|
122
122
|
}
|
|
123
123
|
main h1 {
|
|
@@ -139,7 +139,7 @@ main h1 + h2 {
|
|
|
139
139
|
margin-top: 0.75rem;
|
|
140
140
|
}
|
|
141
141
|
main h2 {
|
|
142
|
-
border-bottom:
|
|
142
|
+
border-bottom: var(--hr-border);
|
|
143
143
|
padding-bottom: 0.1em;
|
|
144
144
|
}
|
|
145
145
|
|
|
@@ -150,7 +150,7 @@ main h2 {
|
|
|
150
150
|
justify-content: space-between;
|
|
151
151
|
gap: 1em;
|
|
152
152
|
background: var(--b1-light);
|
|
153
|
-
border-top: var(--
|
|
153
|
+
border-top: 0.15rem solid var(--b1-medium);
|
|
154
154
|
padding: 0.6em 0.75em 0.75em;
|
|
155
155
|
margin: 1.5em 0 0;
|
|
156
156
|
}
|
package/package.json
CHANGED
package/src/css/base.css
CHANGED
package/src/css/section.css
CHANGED
|
@@ -117,7 +117,7 @@ main p.sep {
|
|
|
117
117
|
main hr {
|
|
118
118
|
background: none transparent;
|
|
119
119
|
border: none;
|
|
120
|
-
border-top:
|
|
120
|
+
border-top: var(--hr-border);
|
|
121
121
|
margin: var(--block-margin-y) 0;
|
|
122
122
|
}
|
|
123
123
|
main h1 {
|
|
@@ -139,7 +139,7 @@ main h1 + h2 {
|
|
|
139
139
|
margin-top: 0.75rem;
|
|
140
140
|
}
|
|
141
141
|
main h2 {
|
|
142
|
-
border-bottom:
|
|
142
|
+
border-bottom: var(--hr-border);
|
|
143
143
|
padding-bottom: 0.1em;
|
|
144
144
|
}
|
|
145
145
|
|
|
@@ -150,7 +150,7 @@ main h2 {
|
|
|
150
150
|
justify-content: space-between;
|
|
151
151
|
gap: 1em;
|
|
152
152
|
background: var(--b1-light);
|
|
153
|
-
border-top: var(--
|
|
153
|
+
border-top: 0.15rem solid var(--b1-medium);
|
|
154
154
|
padding: 0.6em 0.75em 0.75em;
|
|
155
155
|
margin: 1.5em 0 0;
|
|
156
156
|
}
|