@t8/docsgen 0.4.11 → 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 -26
- package/package.json +1 -1
- package/src/css/base.css +9 -2
- package/src/css/section.css +0 -26
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,21 +17,8 @@ header {
|
|
|
17
17
|
}
|
|
18
18
|
header h1 {
|
|
19
19
|
font-size: 1.5em;
|
|
20
|
-
font-weight: 900;
|
|
21
|
-
color: var(--aux-emphatic-color);
|
|
22
20
|
margin: 0;
|
|
23
21
|
}
|
|
24
|
-
header h1 > a,
|
|
25
|
-
header h1 > a:link,
|
|
26
|
-
header h1 > a:hover,
|
|
27
|
-
header h1 > a:visited,
|
|
28
|
-
header h1 > a:active {
|
|
29
|
-
text-decoration: underline;
|
|
30
|
-
border-bottom: none;
|
|
31
|
-
}
|
|
32
|
-
header h1 sup {
|
|
33
|
-
font-size: 0.5em;
|
|
34
|
-
}
|
|
35
22
|
header .description {
|
|
36
23
|
max-width: 36em;
|
|
37
24
|
font-size: 0.8em;
|
|
@@ -118,21 +105,8 @@ aside > .header .installation code {
|
|
|
118
105
|
}
|
|
119
106
|
aside h1 {
|
|
120
107
|
font-size: 1.3rem;
|
|
121
|
-
font-weight: 900;
|
|
122
|
-
color: var(--aux-emphatic-color);
|
|
123
108
|
margin: 0;
|
|
124
109
|
}
|
|
125
|
-
aside h1 > a,
|
|
126
|
-
aside h1 > a:link,
|
|
127
|
-
aside h1 > a:hover,
|
|
128
|
-
aside h1 > a:visited,
|
|
129
|
-
aside h1 > a:active {
|
|
130
|
-
text-decoration: underline;
|
|
131
|
-
border-bottom: none;
|
|
132
|
-
}
|
|
133
|
-
aside h1 sup {
|
|
134
|
-
font-size: 0.5em;
|
|
135
|
-
}
|
|
136
110
|
aside nav {
|
|
137
111
|
font-size: 0.8rem;
|
|
138
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,21 +17,8 @@ header {
|
|
|
17
17
|
}
|
|
18
18
|
header h1 {
|
|
19
19
|
font-size: 1.5em;
|
|
20
|
-
font-weight: 900;
|
|
21
|
-
color: var(--aux-emphatic-color);
|
|
22
20
|
margin: 0;
|
|
23
21
|
}
|
|
24
|
-
header h1 > a,
|
|
25
|
-
header h1 > a:link,
|
|
26
|
-
header h1 > a:hover,
|
|
27
|
-
header h1 > a:visited,
|
|
28
|
-
header h1 > a:active {
|
|
29
|
-
text-decoration: underline;
|
|
30
|
-
border-bottom: none;
|
|
31
|
-
}
|
|
32
|
-
header h1 sup {
|
|
33
|
-
font-size: 0.5em;
|
|
34
|
-
}
|
|
35
22
|
header .description {
|
|
36
23
|
max-width: 36em;
|
|
37
24
|
font-size: 0.8em;
|
|
@@ -118,21 +105,8 @@ aside > .header .installation code {
|
|
|
118
105
|
}
|
|
119
106
|
aside h1 {
|
|
120
107
|
font-size: 1.3rem;
|
|
121
|
-
font-weight: 900;
|
|
122
|
-
color: var(--aux-emphatic-color);
|
|
123
108
|
margin: 0;
|
|
124
109
|
}
|
|
125
|
-
aside h1 > a,
|
|
126
|
-
aside h1 > a:link,
|
|
127
|
-
aside h1 > a:hover,
|
|
128
|
-
aside h1 > a:visited,
|
|
129
|
-
aside h1 > a:active {
|
|
130
|
-
text-decoration: underline;
|
|
131
|
-
border-bottom: none;
|
|
132
|
-
}
|
|
133
|
-
aside h1 sup {
|
|
134
|
-
font-size: 0.5em;
|
|
135
|
-
}
|
|
136
110
|
aside nav {
|
|
137
111
|
font-size: 0.8rem;
|
|
138
112
|
}
|