@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 CHANGED
@@ -185,18 +185,17 @@ html.blank .layout {
185
185
  justify-content: center;
186
186
  overflow: hidden;
187
187
  }
188
- fieldset.csb {
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.csb legend {
193
+ fieldset legend {
196
194
  font-size: 0.8em;
197
195
  color: var(--secondary-color);
198
196
  }
199
- fieldset.csb iframe {
197
+ iframe.csb {
198
+ --background: #242424;
200
199
  display: block;
201
200
  width: 100%;
202
201
  height: 360px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t8/docsgen",
3
- "version": "0.4.25",
3
+ "version": "0.4.26",
4
4
  "description": "",
5
5
  "main": "dist/bin.js",
6
6
  "type": "module",
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.csb {
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.csb legend {
193
+ fieldset legend {
196
194
  font-size: 0.8em;
197
195
  color: var(--secondary-color);
198
196
  }
199
- fieldset.csb iframe {
197
+ iframe.csb {
198
+ --background: #242424;
200
199
  display: block;
201
200
  width: 100%;
202
201
  height: 360px;