@t8/docsgen 0.3.31 → 0.3.32
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/.lintincludes +2 -0
- package/dist/css/base.css +2 -2
- package/dist/css/index.css +1 -7
- package/package.json +1 -1
- package/src/css/base.css +2 -2
- package/src/css/index.css +1 -7
package/.lintincludes
ADDED
package/dist/css/base.css
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
--aux-color: #797979;
|
|
10
10
|
--aux-background: #f2f2f2;
|
|
11
|
-
--aux-background-end: #
|
|
11
|
+
--aux-background-end: #f2f2f2;
|
|
12
12
|
--aux-border-color: #828282;
|
|
13
13
|
--aux-link-color: royalblue;
|
|
14
14
|
--aux-secondary-color: var(--color);
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
|
|
30
30
|
--aux-color: #8e9198;
|
|
31
31
|
--aux-background: #1d2331;
|
|
32
|
-
--aux-background-end: #
|
|
32
|
+
--aux-background-end: #1d2331;
|
|
33
33
|
--aux-border-color: #49587b;
|
|
34
34
|
--aux-link-color: deepskyblue;
|
|
35
35
|
--aux-secondary-color: var(--color);
|
package/dist/css/index.css
CHANGED
|
@@ -106,7 +106,7 @@ section {
|
|
|
106
106
|
}
|
|
107
107
|
section .section-content {
|
|
108
108
|
max-width: var(--max-content-width);
|
|
109
|
-
padding:
|
|
109
|
+
padding: 15vh 2.5em;
|
|
110
110
|
box-sizing: border-box;
|
|
111
111
|
}
|
|
112
112
|
section.intro-title {
|
|
@@ -127,10 +127,8 @@ section.intro-title {
|
|
|
127
127
|
section.intro-title .section-content {
|
|
128
128
|
display: flex;
|
|
129
129
|
flex-direction: column;
|
|
130
|
-
justify-content: center;
|
|
131
130
|
align-items: flex-end;
|
|
132
131
|
max-width: 24em;
|
|
133
|
-
min-height: 95vh;
|
|
134
132
|
}
|
|
135
133
|
section.intro-title:last-of-type {
|
|
136
134
|
width: 100%;
|
|
@@ -147,7 +145,6 @@ section.intro {
|
|
|
147
145
|
display: flex;
|
|
148
146
|
width: 60%;
|
|
149
147
|
flex-direction: column;
|
|
150
|
-
justify-content: center;
|
|
151
148
|
}
|
|
152
149
|
section.intro .section-content {
|
|
153
150
|
width: 100%;
|
|
@@ -244,9 +241,6 @@ section.intro pre {
|
|
|
244
241
|
padding: 0;
|
|
245
242
|
}
|
|
246
243
|
}
|
|
247
|
-
.pagenav {
|
|
248
|
-
text-align: right;
|
|
249
|
-
}
|
|
250
244
|
p.installation {
|
|
251
245
|
margin: 0;
|
|
252
246
|
}
|
package/package.json
CHANGED
package/src/css/base.css
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
--aux-color: #797979;
|
|
10
10
|
--aux-background: #f2f2f2;
|
|
11
|
-
--aux-background-end: #
|
|
11
|
+
--aux-background-end: #f2f2f2;
|
|
12
12
|
--aux-border-color: #828282;
|
|
13
13
|
--aux-link-color: royalblue;
|
|
14
14
|
--aux-secondary-color: var(--color);
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
|
|
30
30
|
--aux-color: #8e9198;
|
|
31
31
|
--aux-background: #1d2331;
|
|
32
|
-
--aux-background-end: #
|
|
32
|
+
--aux-background-end: #1d2331;
|
|
33
33
|
--aux-border-color: #49587b;
|
|
34
34
|
--aux-link-color: deepskyblue;
|
|
35
35
|
--aux-secondary-color: var(--color);
|
package/src/css/index.css
CHANGED
|
@@ -106,7 +106,7 @@ section {
|
|
|
106
106
|
}
|
|
107
107
|
section .section-content {
|
|
108
108
|
max-width: var(--max-content-width);
|
|
109
|
-
padding:
|
|
109
|
+
padding: 15vh 2.5em;
|
|
110
110
|
box-sizing: border-box;
|
|
111
111
|
}
|
|
112
112
|
section.intro-title {
|
|
@@ -127,10 +127,8 @@ section.intro-title {
|
|
|
127
127
|
section.intro-title .section-content {
|
|
128
128
|
display: flex;
|
|
129
129
|
flex-direction: column;
|
|
130
|
-
justify-content: center;
|
|
131
130
|
align-items: flex-end;
|
|
132
131
|
max-width: 24em;
|
|
133
|
-
min-height: 95vh;
|
|
134
132
|
}
|
|
135
133
|
section.intro-title:last-of-type {
|
|
136
134
|
width: 100%;
|
|
@@ -147,7 +145,6 @@ section.intro {
|
|
|
147
145
|
display: flex;
|
|
148
146
|
width: 60%;
|
|
149
147
|
flex-direction: column;
|
|
150
|
-
justify-content: center;
|
|
151
148
|
}
|
|
152
149
|
section.intro .section-content {
|
|
153
150
|
width: 100%;
|
|
@@ -244,9 +241,6 @@ section.intro pre {
|
|
|
244
241
|
padding: 0;
|
|
245
242
|
}
|
|
246
243
|
}
|
|
247
|
-
.pagenav {
|
|
248
|
-
text-align: right;
|
|
249
|
-
}
|
|
250
244
|
p.installation {
|
|
251
245
|
margin: 0;
|
|
252
246
|
}
|