@t8/docsgen 0.4.25 → 0.4.26
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 +4 -5
- package/package.json +1 -1
- package/src/css/base.css +4 -5
package/dist/css/base.css
CHANGED
|
@@ -185,18 +185,17 @@ html.blank .layout {
|
|
|
185
185
|
justify-content: center;
|
|
186
186
|
overflow: hidden;
|
|
187
187
|
}
|
|
188
|
-
fieldset
|
|
189
|
-
--background: #242424;
|
|
190
|
-
|
|
188
|
+
fieldset {
|
|
191
189
|
border: 0.05em solid var(--secondary-color);
|
|
192
190
|
padding: 0.25em 0.65em 0.65em;
|
|
193
191
|
margin: var(--block-margin-y) 0;
|
|
194
192
|
}
|
|
195
|
-
fieldset
|
|
193
|
+
fieldset legend {
|
|
196
194
|
font-size: 0.8em;
|
|
197
195
|
color: var(--secondary-color);
|
|
198
196
|
}
|
|
199
|
-
|
|
197
|
+
iframe.csb {
|
|
198
|
+
--background: #242424;
|
|
200
199
|
display: block;
|
|
201
200
|
width: 100%;
|
|
202
201
|
height: 360px;
|
package/package.json
CHANGED
package/src/css/base.css
CHANGED
|
@@ -185,18 +185,17 @@ html.blank .layout {
|
|
|
185
185
|
justify-content: center;
|
|
186
186
|
overflow: hidden;
|
|
187
187
|
}
|
|
188
|
-
fieldset
|
|
189
|
-
--background: #242424;
|
|
190
|
-
|
|
188
|
+
fieldset {
|
|
191
189
|
border: 0.05em solid var(--secondary-color);
|
|
192
190
|
padding: 0.25em 0.65em 0.65em;
|
|
193
191
|
margin: var(--block-margin-y) 0;
|
|
194
192
|
}
|
|
195
|
-
fieldset
|
|
193
|
+
fieldset legend {
|
|
196
194
|
font-size: 0.8em;
|
|
197
195
|
color: var(--secondary-color);
|
|
198
196
|
}
|
|
199
|
-
|
|
197
|
+
iframe.csb {
|
|
198
|
+
--background: #242424;
|
|
200
199
|
display: block;
|
|
201
200
|
width: 100%;
|
|
202
201
|
height: 360px;
|