@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.
- package/dist/css/section.css +4 -1
- package/package.json +1 -1
- package/src/css/section.css +4 -1
package/dist/css/section.css
CHANGED
|
@@ -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.
|
|
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
package/src/css/section.css
CHANGED
|
@@ -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.
|
|
206
|
+
border-top: 0.05rem solid;
|
|
204
207
|
padding: 0.6em 0.75em 0.75em;
|
|
205
208
|
margin: 1.5em 0 0;
|
|
206
209
|
}
|