@t8/docsgen 0.4.0 → 0.4.1
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 +15 -8
- package/package.json +1 -1
- package/src/css/section.css +15 -8
package/dist/css/section.css
CHANGED
|
@@ -91,6 +91,21 @@ aside h1 {
|
|
|
91
91
|
font-weight: 900;
|
|
92
92
|
margin: 0;
|
|
93
93
|
}
|
|
94
|
+
aside h1 > a,
|
|
95
|
+
aside h1 > a:link,
|
|
96
|
+
aside h1 > a:hover,
|
|
97
|
+
aside h1 > a:visited,
|
|
98
|
+
aside h1 > a:active {
|
|
99
|
+
--color: var(--aux-color);
|
|
100
|
+
text-decoration: underline;
|
|
101
|
+
border-bottom: none;
|
|
102
|
+
}
|
|
103
|
+
aside h1 sup {
|
|
104
|
+
font-size: 0.5em;
|
|
105
|
+
}
|
|
106
|
+
aside nav {
|
|
107
|
+
font-size: 0.8rem;
|
|
108
|
+
}
|
|
94
109
|
aside section {
|
|
95
110
|
width: 100%;
|
|
96
111
|
max-width: 16em;
|
|
@@ -227,14 +242,6 @@ main h1 {
|
|
|
227
242
|
h1 .sep {
|
|
228
243
|
margin: 0 0.1em;
|
|
229
244
|
}
|
|
230
|
-
h1 a,
|
|
231
|
-
h1 a:link,
|
|
232
|
-
h1 a:hover,
|
|
233
|
-
h1 a:visited,
|
|
234
|
-
h1 a:active {
|
|
235
|
-
color: inherit;
|
|
236
|
-
text-decoration: none;
|
|
237
|
-
}
|
|
238
245
|
@media (max-width: 840px) {
|
|
239
246
|
main h1 {
|
|
240
247
|
margin-top: 0;
|
package/package.json
CHANGED
package/src/css/section.css
CHANGED
|
@@ -91,6 +91,21 @@ aside h1 {
|
|
|
91
91
|
font-weight: 900;
|
|
92
92
|
margin: 0;
|
|
93
93
|
}
|
|
94
|
+
aside h1 > a,
|
|
95
|
+
aside h1 > a:link,
|
|
96
|
+
aside h1 > a:hover,
|
|
97
|
+
aside h1 > a:visited,
|
|
98
|
+
aside h1 > a:active {
|
|
99
|
+
--color: var(--aux-color);
|
|
100
|
+
text-decoration: underline;
|
|
101
|
+
border-bottom: none;
|
|
102
|
+
}
|
|
103
|
+
aside h1 sup {
|
|
104
|
+
font-size: 0.5em;
|
|
105
|
+
}
|
|
106
|
+
aside nav {
|
|
107
|
+
font-size: 0.8rem;
|
|
108
|
+
}
|
|
94
109
|
aside section {
|
|
95
110
|
width: 100%;
|
|
96
111
|
max-width: 16em;
|
|
@@ -227,14 +242,6 @@ main h1 {
|
|
|
227
242
|
h1 .sep {
|
|
228
243
|
margin: 0 0.1em;
|
|
229
244
|
}
|
|
230
|
-
h1 a,
|
|
231
|
-
h1 a:link,
|
|
232
|
-
h1 a:hover,
|
|
233
|
-
h1 a:visited,
|
|
234
|
-
h1 a:active {
|
|
235
|
-
color: inherit;
|
|
236
|
-
text-decoration: none;
|
|
237
|
-
}
|
|
238
245
|
@media (max-width: 840px) {
|
|
239
246
|
main h1 {
|
|
240
247
|
margin-top: 0;
|