@t8/docsgen 0.4.12 → 0.4.13
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 +9 -2
- package/dist/css/section.css +0 -25
- package/package.json +1 -1
- package/src/css/base.css +9 -2
- package/src/css/section.css +0 -25
package/dist/css/base.css
CHANGED
|
@@ -96,23 +96,30 @@ a:hover,
|
|
|
96
96
|
a:active {
|
|
97
97
|
--color: var(--link-color);
|
|
98
98
|
color: var(--color);
|
|
99
|
-
text-decoration:
|
|
100
|
-
|
|
99
|
+
text-decoration-thickness: 0.02rem;
|
|
100
|
+
text-underline-offset: 0.18em;
|
|
101
101
|
}
|
|
102
102
|
h1 {
|
|
103
103
|
font-size: 2.25em;
|
|
104
|
+
font-weight: 900;
|
|
104
105
|
line-height: 1;
|
|
106
|
+
color: var(--emphatic-color);
|
|
105
107
|
margin: 0;
|
|
106
108
|
}
|
|
109
|
+
h1 sup {
|
|
110
|
+
font-size: 0.5em;
|
|
111
|
+
}
|
|
107
112
|
h2,
|
|
108
113
|
h3,
|
|
109
114
|
h4 {
|
|
110
115
|
line-height: 1.1;
|
|
116
|
+
color: var(--emphatic-color);
|
|
111
117
|
padding-top: 0.3em;
|
|
112
118
|
margin: 1em 0 0.65em 0;
|
|
113
119
|
}
|
|
114
120
|
h2 {
|
|
115
121
|
font-size: 1.3em;
|
|
122
|
+
font-weight: 900;
|
|
116
123
|
}
|
|
117
124
|
h3 {
|
|
118
125
|
font-size: 1.15em;
|
package/dist/css/section.css
CHANGED
|
@@ -17,20 +17,8 @@ header {
|
|
|
17
17
|
}
|
|
18
18
|
header h1 {
|
|
19
19
|
font-size: 1.5em;
|
|
20
|
-
font-weight: 900;
|
|
21
20
|
margin: 0;
|
|
22
21
|
}
|
|
23
|
-
header h1 > a,
|
|
24
|
-
header h1 > a:link,
|
|
25
|
-
header h1 > a:hover,
|
|
26
|
-
header h1 > a:visited,
|
|
27
|
-
header h1 > a:active {
|
|
28
|
-
text-decoration: underline;
|
|
29
|
-
border-bottom: none;
|
|
30
|
-
}
|
|
31
|
-
header h1 sup {
|
|
32
|
-
font-size: 0.5em;
|
|
33
|
-
}
|
|
34
22
|
header .description {
|
|
35
23
|
max-width: 36em;
|
|
36
24
|
font-size: 0.8em;
|
|
@@ -117,21 +105,8 @@ aside > .header .installation code {
|
|
|
117
105
|
}
|
|
118
106
|
aside h1 {
|
|
119
107
|
font-size: 1.3rem;
|
|
120
|
-
font-weight: 900;
|
|
121
|
-
color: var(--aux-emphatic-color);
|
|
122
108
|
margin: 0;
|
|
123
109
|
}
|
|
124
|
-
aside h1 > a,
|
|
125
|
-
aside h1 > a:link,
|
|
126
|
-
aside h1 > a:hover,
|
|
127
|
-
aside h1 > a:visited,
|
|
128
|
-
aside h1 > a:active {
|
|
129
|
-
text-decoration: underline;
|
|
130
|
-
border-bottom: none;
|
|
131
|
-
}
|
|
132
|
-
aside h1 sup {
|
|
133
|
-
font-size: 0.5em;
|
|
134
|
-
}
|
|
135
110
|
aside nav {
|
|
136
111
|
font-size: 0.8rem;
|
|
137
112
|
}
|
package/package.json
CHANGED
package/src/css/base.css
CHANGED
|
@@ -96,23 +96,30 @@ a:hover,
|
|
|
96
96
|
a:active {
|
|
97
97
|
--color: var(--link-color);
|
|
98
98
|
color: var(--color);
|
|
99
|
-
text-decoration:
|
|
100
|
-
|
|
99
|
+
text-decoration-thickness: 0.02rem;
|
|
100
|
+
text-underline-offset: 0.18em;
|
|
101
101
|
}
|
|
102
102
|
h1 {
|
|
103
103
|
font-size: 2.25em;
|
|
104
|
+
font-weight: 900;
|
|
104
105
|
line-height: 1;
|
|
106
|
+
color: var(--emphatic-color);
|
|
105
107
|
margin: 0;
|
|
106
108
|
}
|
|
109
|
+
h1 sup {
|
|
110
|
+
font-size: 0.5em;
|
|
111
|
+
}
|
|
107
112
|
h2,
|
|
108
113
|
h3,
|
|
109
114
|
h4 {
|
|
110
115
|
line-height: 1.1;
|
|
116
|
+
color: var(--emphatic-color);
|
|
111
117
|
padding-top: 0.3em;
|
|
112
118
|
margin: 1em 0 0.65em 0;
|
|
113
119
|
}
|
|
114
120
|
h2 {
|
|
115
121
|
font-size: 1.3em;
|
|
122
|
+
font-weight: 900;
|
|
116
123
|
}
|
|
117
124
|
h3 {
|
|
118
125
|
font-size: 1.15em;
|
package/src/css/section.css
CHANGED
|
@@ -17,20 +17,8 @@ header {
|
|
|
17
17
|
}
|
|
18
18
|
header h1 {
|
|
19
19
|
font-size: 1.5em;
|
|
20
|
-
font-weight: 900;
|
|
21
20
|
margin: 0;
|
|
22
21
|
}
|
|
23
|
-
header h1 > a,
|
|
24
|
-
header h1 > a:link,
|
|
25
|
-
header h1 > a:hover,
|
|
26
|
-
header h1 > a:visited,
|
|
27
|
-
header h1 > a:active {
|
|
28
|
-
text-decoration: underline;
|
|
29
|
-
border-bottom: none;
|
|
30
|
-
}
|
|
31
|
-
header h1 sup {
|
|
32
|
-
font-size: 0.5em;
|
|
33
|
-
}
|
|
34
22
|
header .description {
|
|
35
23
|
max-width: 36em;
|
|
36
24
|
font-size: 0.8em;
|
|
@@ -117,21 +105,8 @@ aside > .header .installation code {
|
|
|
117
105
|
}
|
|
118
106
|
aside h1 {
|
|
119
107
|
font-size: 1.3rem;
|
|
120
|
-
font-weight: 900;
|
|
121
|
-
color: var(--aux-emphatic-color);
|
|
122
108
|
margin: 0;
|
|
123
109
|
}
|
|
124
|
-
aside h1 > a,
|
|
125
|
-
aside h1 > a:link,
|
|
126
|
-
aside h1 > a:hover,
|
|
127
|
-
aside h1 > a:visited,
|
|
128
|
-
aside h1 > a:active {
|
|
129
|
-
text-decoration: underline;
|
|
130
|
-
border-bottom: none;
|
|
131
|
-
}
|
|
132
|
-
aside h1 sup {
|
|
133
|
-
font-size: 0.5em;
|
|
134
|
-
}
|
|
135
110
|
aside nav {
|
|
136
111
|
font-size: 0.8rem;
|
|
137
112
|
}
|