@t8/docsgen 0.2.15 → 0.2.16

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.
@@ -90,6 +90,9 @@ footer {
90
90
  .body > nav li + li {
91
91
  margin-top: 0.65em;
92
92
  }
93
+ .body > nav li > strong {
94
+ color: color(from var(--c1) srgb r g b / 0.75);
95
+ }
93
96
  @media (max-width: 840px) {
94
97
  .body > nav {
95
98
  width: 100%;
@@ -200,7 +203,7 @@ main h2:first-child {
200
203
  display: flex;
201
204
  justify-content: space-between;
202
205
  gap: 1em;
203
- border-top: 0.15rem solid;
206
+ border-top: 0.05rem solid;
204
207
  padding: 0.6em 0.75em 0.75em;
205
208
  margin: 1.5em 0 0;
206
209
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t8/docsgen",
3
- "version": "0.2.15",
3
+ "version": "0.2.16",
4
4
  "description": "",
5
5
  "main": "dist/bin.js",
6
6
  "bin": {
@@ -90,6 +90,9 @@ footer {
90
90
  .body > nav li + li {
91
91
  margin-top: 0.65em;
92
92
  }
93
+ .body > nav li > strong {
94
+ color: color(from var(--c1) srgb r g b / 0.75);
95
+ }
93
96
  @media (max-width: 840px) {
94
97
  .body > nav {
95
98
  width: 100%;
@@ -200,7 +203,7 @@ main h2:first-child {
200
203
  display: flex;
201
204
  justify-content: space-between;
202
205
  gap: 1em;
203
- border-top: 0.15rem solid;
206
+ border-top: 0.05rem solid;
204
207
  padding: 0.6em 0.75em 0.75em;
205
208
  margin: 1.5em 0 0;
206
209
  }