robindoc 3.3.3 → 3.4.0
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/LICENSE +1 -1
- package/README.md +1 -1
- package/lib/components/blocks/code-section/index.d.ts +3 -0
- package/lib/components/blocks/code-section/index.d.ts.map +1 -1
- package/lib/components/blocks/code-section/index.js +1 -1
- package/lib/components/blocks/code-section/index.js.map +1 -1
- package/lib/components/blocks/contents/index.d.ts.map +1 -1
- package/lib/components/blocks/contents/index.js +1 -1
- package/lib/components/blocks/contents/index.js.map +1 -1
- package/lib/components/blocks/no-js/index.js +1 -1
- package/lib/components/blocks/no-js/index.js.map +1 -1
- package/lib/components/blocks/pagination/index.d.ts +0 -6
- package/lib/components/blocks/pagination/index.d.ts.map +1 -1
- package/lib/components/blocks/pagination/index.js +1 -1
- package/lib/components/blocks/pagination/index.js.map +1 -1
- package/lib/components/contexts/contents/context.d.ts +4 -1
- package/lib/components/contexts/contents/context.d.ts.map +1 -1
- package/lib/components/contexts/contents/context.js +1 -1
- package/lib/components/contexts/contents/context.js.map +1 -1
- package/lib/components/contexts/contents/provider.d.ts.map +1 -1
- package/lib/components/contexts/contents/provider.js +1 -1
- package/lib/components/contexts/contents/provider.js.map +1 -1
- package/lib/components/contexts/contents/use-heading-index.d.ts +4 -1
- package/lib/components/contexts/contents/use-heading-index.d.ts.map +1 -1
- package/lib/components/elements/article/document.d.ts.map +1 -1
- package/lib/components/elements/article/document.js +1 -1
- package/lib/components/elements/article/document.js.map +1 -1
- package/lib/components/elements/article/index.d.ts.map +1 -1
- package/lib/components/elements/article/index.js +1 -1
- package/lib/components/elements/article/index.js.map +1 -1
- package/lib/components/elements/article/utils.d.ts.map +1 -1
- package/lib/components/elements/article/utils.js +1 -1
- package/lib/components/elements/article/utils.js.map +1 -1
- package/lib/components/elements/robin-provider/index.d.ts +0 -2
- package/lib/components/elements/robin-provider/index.d.ts.map +1 -1
- package/lib/components/elements/robin-provider/index.js +1 -1
- package/lib/components/elements/robin-provider/index.js.map +1 -1
- package/lib/components/elements/sidebar/sidebar-drop/index.d.ts.map +1 -1
- package/lib/components/elements/sidebar/sidebar-drop/index.js +1 -1
- package/lib/components/elements/sidebar/sidebar-drop/index.js.map +1 -1
- package/lib/components/ui/copy-button/index.d.ts +1 -2
- package/lib/components/ui/copy-button/index.d.ts.map +1 -1
- package/lib/components/ui/copy-button/index.js.map +1 -1
- package/lib/components/ui/copy-text/index.d.ts +2 -0
- package/lib/components/ui/copy-text/index.d.ts.map +1 -1
- package/lib/components/ui/copy-text/index.js +1 -1
- package/lib/components/ui/copy-text/index.js.map +1 -1
- package/lib/components/ui/tabs/tabs-styles/index.js +1 -1
- package/lib/components/ui/tabs/tabs-styles/index.js.map +1 -1
- package/lib/global.css +24 -0
- package/lib/styles.css +315 -372
- package/package.json +8 -7
- package/lib/components/blocks/theme-styles/index.js +0 -2
- package/lib/components/blocks/theme-styles/index.js.map +0 -1
package/lib/styles.css
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
.r-header {
|
|
2
2
|
position: sticky;
|
|
3
|
-
background-color: var(--r-
|
|
3
|
+
background-color: var(--r-main-50);
|
|
4
4
|
top: 0;
|
|
5
|
-
border-bottom: 1px solid var(--r-
|
|
5
|
+
border-bottom: 1px solid var(--r-main-300);
|
|
6
6
|
height: 60px;
|
|
7
7
|
z-index: 1000;
|
|
8
8
|
box-sizing: border-box;
|
|
@@ -20,12 +20,12 @@
|
|
|
20
20
|
.r-header-logo {
|
|
21
21
|
display: block;
|
|
22
22
|
margin-right: 24px;
|
|
23
|
-
color: var(--r-
|
|
23
|
+
color: var(--r-main-700);
|
|
24
24
|
transition: color 0.2s;
|
|
25
25
|
box-sizing: border-box;
|
|
26
26
|
}
|
|
27
27
|
.r-header-logo:hover, .r-header-logo:focus {
|
|
28
|
-
color: var(--r-
|
|
28
|
+
color: var(--r-main-950);
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
.r-header-nav {
|
|
@@ -40,14 +40,14 @@
|
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
.r-header-link {
|
|
43
|
-
color: var(--r-
|
|
43
|
+
color: var(--r-main-600);
|
|
44
44
|
text-decoration: none;
|
|
45
45
|
padding: 4px 0;
|
|
46
46
|
transition: color 0.2s;
|
|
47
47
|
box-sizing: border-box;
|
|
48
48
|
}
|
|
49
49
|
.r-header-link:hover, .r-header-link:focus-visible {
|
|
50
|
-
color: var(--r-
|
|
50
|
+
color: var(--r-main-950);
|
|
51
51
|
}
|
|
52
52
|
|
|
53
53
|
.r-header-link._target {
|
|
@@ -88,9 +88,9 @@
|
|
|
88
88
|
left: 0;
|
|
89
89
|
}
|
|
90
90
|
}.r-footer {
|
|
91
|
-
border-top: 1px solid var(--r-
|
|
92
|
-
padding-top:
|
|
93
|
-
padding-bottom:
|
|
91
|
+
border-top: 1px solid var(--r-main-300);
|
|
92
|
+
padding-top: 16px;
|
|
93
|
+
padding-bottom: 16px;
|
|
94
94
|
}
|
|
95
95
|
|
|
96
96
|
.r-footer-row {
|
|
@@ -101,79 +101,40 @@
|
|
|
101
101
|
}
|
|
102
102
|
|
|
103
103
|
.r-footer-additional {
|
|
104
|
-
margin-top:
|
|
104
|
+
margin-top: 20px;
|
|
105
105
|
justify-content: flex-end;
|
|
106
106
|
}
|
|
107
107
|
|
|
108
108
|
.r-copyright {
|
|
109
|
-
color: var(--r-
|
|
109
|
+
color: var(--r-main-800);
|
|
110
110
|
}
|
|
111
111
|
|
|
112
112
|
.r-powered {
|
|
113
113
|
font-size: 14px;
|
|
114
114
|
display: block;
|
|
115
|
-
color: var(--r-
|
|
115
|
+
color: var(--r-main-600);
|
|
116
116
|
}
|
|
117
117
|
|
|
118
118
|
.r-powered-link {
|
|
119
119
|
font-weight: 600;
|
|
120
120
|
text-decoration: none;
|
|
121
|
-
color: var(--r-
|
|
121
|
+
color: var(--r-main-950);
|
|
122
122
|
}
|
|
123
123
|
.r-powered-link:hover {
|
|
124
124
|
color: var(--r-primary-900);
|
|
125
125
|
}.r-root {
|
|
126
|
-
overflow: hidden;
|
|
127
|
-
--rb-neutral-50: #f8fafc;
|
|
128
|
-
--rb-neutral-100: #f1f5f9;
|
|
129
|
-
--rb-neutral-200: #e2e8f0;
|
|
130
|
-
--rb-neutral-300: #cbd5e1;
|
|
131
|
-
--rb-neutral-400: #94a3b8;
|
|
132
|
-
--rb-neutral-500: #64748b;
|
|
133
|
-
--rb-neutral-600: #475569;
|
|
134
|
-
--rb-neutral-700: #334155;
|
|
135
|
-
--rb-neutral-800: #1e293b;
|
|
136
|
-
--rb-neutral-900: #0f172a;
|
|
137
|
-
--rb-neutral-950: #020617;
|
|
138
|
-
--rb-primary-50: #fff7ed;
|
|
139
|
-
--rb-primary-100: #ffedd5;
|
|
140
|
-
--rb-primary-200: #fed7aa;
|
|
141
|
-
--rb-primary-300: #fdba74;
|
|
142
|
-
--rb-primary-400: #fb923c;
|
|
143
|
-
--rb-primary-500: #f97316;
|
|
144
|
-
--rb-primary-600: #ea580c;
|
|
145
|
-
--rb-primary-700: #c2410c;
|
|
146
|
-
--rb-primary-800: #9a3412;
|
|
147
|
-
--rb-primary-900: #7c2d12;
|
|
148
|
-
--rb-primary-950: #27130d;
|
|
149
|
-
--rb-secondary-50: #eff6ff;
|
|
150
|
-
--rb-secondary-100: #dbeafe;
|
|
151
|
-
--rb-secondary-200: #bfdbfe;
|
|
152
|
-
--rb-secondary-300: #93c5fd;
|
|
153
|
-
--rb-secondary-400: #60a5fa;
|
|
154
|
-
--rb-secondary-500: #3b82f6;
|
|
155
|
-
--rb-secondary-600: #2563eb;
|
|
156
|
-
--rb-secondary-700: #1d4ed8;
|
|
157
|
-
--rb-secondary-800: #1e40af;
|
|
158
|
-
--rb-secondary-900: #1e3a8a;
|
|
159
|
-
--rb-secondary-950: #172554;
|
|
160
|
-
--rb-body-50: #ffffff;
|
|
161
|
-
--rb-body-950: #00020a;
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
.r-root {
|
|
165
126
|
--r-header-height: 60px;
|
|
166
127
|
position: relative;
|
|
167
128
|
padding: 0;
|
|
168
129
|
margin: 0;
|
|
169
130
|
accent-color: var(--r-primary-600, #ea580c);
|
|
170
131
|
box-sizing: border-box;
|
|
171
|
-
background-color: var(--r-
|
|
172
|
-
color: var(--r-
|
|
132
|
+
background-color: var(--r-main-50);
|
|
133
|
+
color: var(--r-main-950);
|
|
173
134
|
height: 100dvh;
|
|
174
135
|
overflow: hidden auto;
|
|
175
136
|
scroll-padding-top: calc(var(--r-header-height) + 20px);
|
|
176
|
-
scrollbar-color: var(--r-
|
|
137
|
+
scrollbar-color: var(--r-main-400) var(--r-main-100);
|
|
177
138
|
white-space: pre-wrap;
|
|
178
139
|
box-sizing: border-box;
|
|
179
140
|
}
|
|
@@ -207,52 +168,38 @@
|
|
|
207
168
|
|
|
208
169
|
.r-root.r-theme-light {
|
|
209
170
|
color-scheme: light;
|
|
210
|
-
--r-
|
|
211
|
-
--r-
|
|
212
|
-
--r-
|
|
213
|
-
--r-
|
|
214
|
-
--r-
|
|
215
|
-
--r-
|
|
216
|
-
--r-
|
|
217
|
-
--r-
|
|
218
|
-
--r-
|
|
219
|
-
--r-
|
|
220
|
-
--r-
|
|
221
|
-
--r-
|
|
222
|
-
--r-primary-50: var(--rb-primary-50,
|
|
223
|
-
--r-primary-100: var(--rb-primary-100,
|
|
224
|
-
--r-primary-200: var(--rb-primary-200,
|
|
225
|
-
--r-primary-300: var(--rb-primary-300,
|
|
226
|
-
--r-primary-400: var(--rb-primary-400,
|
|
227
|
-
--r-primary-500: var(--rb-primary-500,
|
|
228
|
-
--r-primary-600: var(--rb-primary-600,
|
|
229
|
-
--r-primary-700: var(--rb-primary-700,
|
|
230
|
-
--r-primary-800: var(--rb-primary-800,
|
|
231
|
-
--r-primary-900: var(--rb-primary-900,
|
|
232
|
-
--r-primary-950: var(--rb-primary-950,
|
|
233
|
-
--r-secondary-50: var(--rb-secondary-50, #eff6ff);
|
|
234
|
-
--r-secondary-100: var(--rb-secondary-100, #dbeafe);
|
|
235
|
-
--r-secondary-200: var(--rb-secondary-200, #bfdbfe);
|
|
236
|
-
--r-secondary-300: var(--rb-secondary-300, #93c5fd);
|
|
237
|
-
--r-secondary-400: var(--rb-secondary-400, #60a5fa);
|
|
238
|
-
--r-secondary-500: var(--rb-secondary-500, #3b82f6);
|
|
239
|
-
--r-secondary-600: var(--rb-secondary-600, #2563eb);
|
|
240
|
-
--r-secondary-700: var(--rb-secondary-700, #1d4ed8);
|
|
241
|
-
--r-secondary-800: var(--rb-secondary-800, #1e40af);
|
|
242
|
-
--r-secondary-900: var(--rb-secondary-900, #1e3a8a);
|
|
243
|
-
--r-secondary-950: var(--rb-secondary-950, #172554);
|
|
171
|
+
--r-main-50: var(--rb-body-50);
|
|
172
|
+
--r-main-50: var(--rb-main-50, oklch(98.5% 0 0deg));
|
|
173
|
+
--r-main-100: var(--rb-main-100, oklch(97% 0 0deg));
|
|
174
|
+
--r-main-200: var(--rb-main-200, oklch(92.2% 0 0deg));
|
|
175
|
+
--r-main-300: var(--rb-main-300, oklch(87% 0 0deg));
|
|
176
|
+
--r-main-400: var(--rb-main-400, oklch(70.8% 0 0deg));
|
|
177
|
+
--r-main-500: var(--rb-main-500, oklch(55.6% 0 0deg));
|
|
178
|
+
--r-main-600: var(--rb-main-600, oklch(43.9% 0 0deg));
|
|
179
|
+
--r-main-700: var(--rb-main-700, oklch(37.1% 0 0deg));
|
|
180
|
+
--r-main-800: var(--rb-main-800, oklch(26.9% 0 0deg));
|
|
181
|
+
--r-main-900: var(--rb-main-900, oklch(20.5% 0 0deg));
|
|
182
|
+
--r-main-950: var(--rb-main-950, oklch(14.5% 0 0deg));
|
|
183
|
+
--r-primary-50: var(--rb-primary-50, oklch(98% 0.016 73.684deg));
|
|
184
|
+
--r-primary-100: var(--rb-primary-100, oklch(95.4% 0.038 75.164deg));
|
|
185
|
+
--r-primary-200: var(--rb-primary-200, oklch(90.1% 0.076 70.697deg));
|
|
186
|
+
--r-primary-300: var(--rb-primary-300, oklch(83.7% 0.128 66.29deg));
|
|
187
|
+
--r-primary-400: var(--rb-primary-400, oklch(75% 0.183 55.934deg));
|
|
188
|
+
--r-primary-500: var(--rb-primary-500, oklch(70.5% 0.213 47.604deg));
|
|
189
|
+
--r-primary-600: var(--rb-primary-600, oklch(64.6% 0.222 41.116deg));
|
|
190
|
+
--r-primary-700: var(--rb-primary-700, oklch(55.3% 0.195 38.402deg));
|
|
191
|
+
--r-primary-800: var(--rb-primary-800, oklch(47% 0.157 37.304deg));
|
|
192
|
+
--r-primary-900: var(--rb-primary-900, oklch(40.8% 0.123 38.172deg));
|
|
193
|
+
--r-primary-950: var(--rb-primary-950, oklch(26.6% 0.079 36.259deg));
|
|
244
194
|
--r-success: #15803d;
|
|
245
195
|
--r-note: #0e7490;
|
|
246
196
|
--r-tip: #047857;
|
|
247
197
|
--r-important: #a21caf;
|
|
248
198
|
--r-warning: #b45309;
|
|
249
199
|
--r-caution: #b91c1c;
|
|
250
|
-
--r-link: var(--r-secondary-600);
|
|
251
|
-
--r-link-hovered: var(--r-secondary-800);
|
|
252
|
-
--r-link-active: var(--r-primary-700);
|
|
253
200
|
/* SHIKI */
|
|
254
201
|
--r-cl-1: #f9826c;
|
|
255
|
-
--r-cl-2: var(--r-
|
|
202
|
+
--r-cl-2: var(--r-main-100);
|
|
256
203
|
--r-cl-3: #e1e4e8;
|
|
257
204
|
--r-cl-4: #2f363d;
|
|
258
205
|
--r-cl-5: #959da5;
|
|
@@ -317,52 +264,37 @@
|
|
|
317
264
|
|
|
318
265
|
.r-root.r-theme-dark {
|
|
319
266
|
color-scheme: dark;
|
|
320
|
-
--r-
|
|
321
|
-
--r-
|
|
322
|
-
--r-
|
|
323
|
-
--r-
|
|
324
|
-
--r-
|
|
325
|
-
--r-
|
|
326
|
-
--r-
|
|
327
|
-
--r-
|
|
328
|
-
--r-
|
|
329
|
-
--r-
|
|
330
|
-
--r-
|
|
331
|
-
--r-
|
|
332
|
-
--r-primary-
|
|
333
|
-
--r-primary-
|
|
334
|
-
--r-primary-
|
|
335
|
-
--r-primary-
|
|
336
|
-
--r-primary-
|
|
337
|
-
--r-primary-
|
|
338
|
-
--r-primary-
|
|
339
|
-
--r-primary-
|
|
340
|
-
--r-primary-
|
|
341
|
-
--r-primary-
|
|
342
|
-
--r-primary-950: var(--rb-primary-50, #fff7ed);
|
|
343
|
-
--r-secondary-50: var(--rb-secondary-950, #172554);
|
|
344
|
-
--r-secondary-100: var(--rb-secondary-900, #1e3a8a);
|
|
345
|
-
--r-secondary-200: var(--rb-secondary-800, #1e40af);
|
|
346
|
-
--r-secondary-300: var(--rb-secondary-700, #1d4ed8);
|
|
347
|
-
--r-secondary-400: var(--rb-secondary-600, #2563eb);
|
|
348
|
-
--r-secondary-500: var(--rb-secondary-500, #3b82f6);
|
|
349
|
-
--r-secondary-600: var(--rb-secondary-400, #60a5fa);
|
|
350
|
-
--r-secondary-700: var(--rb-secondary-300, #93c5fd);
|
|
351
|
-
--r-secondary-800: var(--rb-secondary-200, #bfdbfe);
|
|
352
|
-
--r-secondary-900: var(--rb-secondary-100, #dbeafe);
|
|
353
|
-
--r-secondary-950: var(--rb-secondary-50, #eff6ff);
|
|
267
|
+
--r-main-50: var(--rb-main-950, oklch(14.5% 0 0deg));
|
|
268
|
+
--r-main-100: var(--rb-main-900, oklch(20.5% 0 0deg));
|
|
269
|
+
--r-main-200: var(--rb-main-800, oklch(26.9% 0 0deg));
|
|
270
|
+
--r-main-300: var(--rb-main-700, oklch(37.1% 0 0deg));
|
|
271
|
+
--r-main-400: var(--rb-main-600, oklch(43.9% 0 0deg));
|
|
272
|
+
--r-main-500: var(--rb-main-500, oklch(55.6% 0 0deg));
|
|
273
|
+
--r-main-600: var(--rb-main-400, oklch(70.8% 0 0deg));
|
|
274
|
+
--r-main-700: var(--rb-main-300, oklch(87% 0 0deg));
|
|
275
|
+
--r-main-800: var(--rb-main-200, oklch(92.2% 0 0deg));
|
|
276
|
+
--r-main-900: var(--rb-main-100, oklch(97% 0 0deg));
|
|
277
|
+
--r-main-950: var(--rb-main-50, oklch(98.5% 0 0deg));
|
|
278
|
+
--r-primary-50: var(--rb-primary-950, oklch(26.6% 0.079 36.259deg));
|
|
279
|
+
--r-primary-100: var(--rb-primary-900, oklch(40.8% 0.123 38.172deg));
|
|
280
|
+
--r-primary-200: var(--rb-primary-800, oklch(47% 0.157 37.304deg));
|
|
281
|
+
--r-primary-300: var(--rb-primary-700, oklch(55.3% 0.195 38.402deg));
|
|
282
|
+
--r-primary-400: var(--rb-primary-600, oklch(64.6% 0.222 41.116deg));
|
|
283
|
+
--r-primary-500: var(--rb-primary-500, oklch(70.5% 0.213 47.604deg));
|
|
284
|
+
--r-primary-600: var(--rb-primary-400, oklch(75% 0.183 55.934deg));
|
|
285
|
+
--r-primary-700: var(--rb-primary-300, oklch(83.7% 0.128 66.29deg));
|
|
286
|
+
--r-primary-800: var(--rb-primary-200, oklch(90.1% 0.076 70.697deg));
|
|
287
|
+
--r-primary-900: var(--rb-primary-100, oklch(95.4% 0.038 75.164deg));
|
|
288
|
+
--r-primary-950: var(--rb-primary-50, oklch(98% 0.016 73.684deg));
|
|
354
289
|
--r-success: #86efac;
|
|
355
290
|
--r-note: #22d3ee;
|
|
356
291
|
--r-tip: #34d399;
|
|
357
292
|
--r-important: #e879f9;
|
|
358
293
|
--r-warning: #fbbf24;
|
|
359
294
|
--r-caution: #f87171;
|
|
360
|
-
--r-link: var(--r-secondary-500);
|
|
361
|
-
--r-link-hovered: var(--r-secondary-800);
|
|
362
|
-
--r-link-active: var(--r-primary-700);
|
|
363
295
|
/* SHIKI */
|
|
364
296
|
--r-cl-1: #f9826c;
|
|
365
|
-
--r-cl-2: var(--r-
|
|
297
|
+
--r-cl-2: var(--r-main-100);
|
|
366
298
|
--r-cl-3: #444d56;
|
|
367
299
|
--r-cl-4: #e1e4e8;
|
|
368
300
|
--r-cl-5: #959da5;
|
|
@@ -422,10 +354,6 @@
|
|
|
422
354
|
--r-cl-60: #86181d;
|
|
423
355
|
--r-cl-61: #144620;
|
|
424
356
|
--r-cl-62: #c24e00;
|
|
425
|
-
}.r-page-container {
|
|
426
|
-
min-height: calc(100dvh - var(--r-header-height));
|
|
427
|
-
overflow-wrap: break-word;
|
|
428
|
-
box-sizing: border-box;
|
|
429
357
|
}.r-docs-container {
|
|
430
358
|
min-height: calc(100dvh - var(--r-header-height));
|
|
431
359
|
overflow-wrap: break-word;
|
|
@@ -462,13 +390,69 @@
|
|
|
462
390
|
grid-template-columns: 760px 220px;
|
|
463
391
|
grid-template-rows: auto 1fr auto;
|
|
464
392
|
}
|
|
393
|
+
}.r-page-container {
|
|
394
|
+
min-height: calc(100dvh - var(--r-header-height));
|
|
395
|
+
overflow-wrap: break-word;
|
|
396
|
+
box-sizing: border-box;
|
|
465
397
|
}.keylink-to-content {
|
|
466
398
|
position: absolute !important;
|
|
467
399
|
top: 8px;
|
|
468
400
|
left: 12px;
|
|
469
401
|
z-index: 1001;
|
|
470
|
-
}.keylink-to-navigation {
|
|
402
|
+
}.r-keylink.keylink-to-navigation:focus {
|
|
471
403
|
margin-top: -40px;
|
|
404
|
+
}.r-article {
|
|
405
|
+
padding: 20px 0 40px;
|
|
406
|
+
grid-area: content;
|
|
407
|
+
}
|
|
408
|
+
@media screen and (width >= 1180px) {
|
|
409
|
+
.r-article {
|
|
410
|
+
padding: 32px 0 40px;
|
|
411
|
+
}
|
|
412
|
+
}
|
|
413
|
+
.r-article > *:first-child {
|
|
414
|
+
margin-top: 0;
|
|
415
|
+
}
|
|
416
|
+
.r-article > *:last-child {
|
|
417
|
+
margin-bottom: 0;
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
.r-checkbox {
|
|
421
|
+
cursor: pointer;
|
|
422
|
+
width: 20px;
|
|
423
|
+
height: 20px;
|
|
424
|
+
margin: 4px;
|
|
425
|
+
vertical-align: middle;
|
|
426
|
+
box-sizing: border-box;
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
.r-label {
|
|
430
|
+
cursor: pointer;
|
|
431
|
+
}
|
|
432
|
+
|
|
433
|
+
.r-task-ol,
|
|
434
|
+
.r-task-ul {
|
|
435
|
+
list-style: none;
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
.r-task-label {
|
|
439
|
+
display: block;
|
|
440
|
+
width: 100%;
|
|
441
|
+
padding-top: 2px;
|
|
442
|
+
padding-bottom: 2px;
|
|
443
|
+
box-sizing: border-box;
|
|
444
|
+
}
|
|
445
|
+
.r-task-label:hover .r-checkbox {
|
|
446
|
+
filter: brightness(0.8);
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
.r-task-li.r-task-li {
|
|
450
|
+
margin-block-start: 2px;
|
|
451
|
+
margin-block-end: 2px;
|
|
452
|
+
}
|
|
453
|
+
|
|
454
|
+
.r-label-text {
|
|
455
|
+
vertical-align: middle;
|
|
472
456
|
}.r-sidebar {
|
|
473
457
|
grid-area: sidebar;
|
|
474
458
|
box-sizing: border-box;
|
|
@@ -480,8 +464,8 @@
|
|
|
480
464
|
top: var(--r-header-height);
|
|
481
465
|
left: 0;
|
|
482
466
|
margin: 0 -12px;
|
|
483
|
-
background-color: var(--r-
|
|
484
|
-
border-bottom: 1px solid var(--r-
|
|
467
|
+
background-color: var(--r-main-50);
|
|
468
|
+
border-bottom: 1px solid var(--r-main-200);
|
|
485
469
|
z-index: 10;
|
|
486
470
|
opacity: 0.98;
|
|
487
471
|
padding: 0;
|
|
@@ -532,7 +516,7 @@
|
|
|
532
516
|
right: 0;
|
|
533
517
|
height: 2px;
|
|
534
518
|
border-bottom-left-radius: 2px;
|
|
535
|
-
background-color: var(--r-
|
|
519
|
+
background-color: var(--r-main-200);
|
|
536
520
|
z-index: 1;
|
|
537
521
|
transition: background-color 0.2s cubic-bezier(0, 0.66, 0.58, 1) 0.05s;
|
|
538
522
|
box-sizing: border-box;
|
|
@@ -553,7 +537,7 @@
|
|
|
553
537
|
top: var(--r-header-height);
|
|
554
538
|
overflow: auto;
|
|
555
539
|
scrollbar-width: thin;
|
|
556
|
-
scrollbar-color: var(--r-
|
|
540
|
+
scrollbar-color: var(--r-main-200) transparent;
|
|
557
541
|
scrollbar-gutter: stable;
|
|
558
542
|
max-height: calc(100dvh - var(--r-header-height));
|
|
559
543
|
}
|
|
@@ -579,8 +563,8 @@
|
|
|
579
563
|
padding: 12px;
|
|
580
564
|
background: none;
|
|
581
565
|
cursor: pointer;
|
|
582
|
-
color: var(--r-
|
|
583
|
-
background-color: var(--r-
|
|
566
|
+
color: var(--r-main-800);
|
|
567
|
+
background-color: var(--r-main-50);
|
|
584
568
|
z-index: 1;
|
|
585
569
|
box-sizing: border-box;
|
|
586
570
|
}
|
|
@@ -602,7 +586,7 @@
|
|
|
602
586
|
}
|
|
603
587
|
|
|
604
588
|
.r-sidebar-list {
|
|
605
|
-
color: var(--r-
|
|
589
|
+
color: var(--r-main-700);
|
|
606
590
|
list-style: none;
|
|
607
591
|
padding: 0;
|
|
608
592
|
margin: 0;
|
|
@@ -639,7 +623,7 @@
|
|
|
639
623
|
top: -1px;
|
|
640
624
|
width: 2px;
|
|
641
625
|
height: calc(100% + 4px);
|
|
642
|
-
background-color: var(--r-
|
|
626
|
+
background-color: var(--r-main-200);
|
|
643
627
|
transition: background-color 0.2s cubic-bezier(0, 0.66, 0.58, 1) 0.05s;
|
|
644
628
|
box-sizing: border-box;
|
|
645
629
|
}
|
|
@@ -652,7 +636,7 @@
|
|
|
652
636
|
}
|
|
653
637
|
|
|
654
638
|
.r-sidebar-li._separator {
|
|
655
|
-
background: var(--r-
|
|
639
|
+
background: var(--r-main-200);
|
|
656
640
|
padding: 1px;
|
|
657
641
|
}
|
|
658
642
|
|
|
@@ -670,7 +654,7 @@
|
|
|
670
654
|
}
|
|
671
655
|
|
|
672
656
|
.r-sidebar-heading {
|
|
673
|
-
color: var(--r-
|
|
657
|
+
color: var(--r-main-900);
|
|
674
658
|
font-weight: 600;
|
|
675
659
|
margin-block-end: 4px;
|
|
676
660
|
}
|
|
@@ -690,12 +674,12 @@
|
|
|
690
674
|
|
|
691
675
|
.r-sidebar-link._target {
|
|
692
676
|
color: var(--r-primary-950);
|
|
693
|
-
background-color: var(--r-
|
|
677
|
+
background-color: var(--r-main-50);
|
|
694
678
|
}
|
|
695
679
|
|
|
696
680
|
.r-sidebar-link:hover {
|
|
697
681
|
color: var(--r-primary-800);
|
|
698
|
-
background-color: var(--r-
|
|
682
|
+
background-color: var(--r-main-100);
|
|
699
683
|
transition-delay: initial;
|
|
700
684
|
}
|
|
701
685
|
.r-sidebar-link:hover::before {
|
|
@@ -705,7 +689,7 @@
|
|
|
705
689
|
|
|
706
690
|
.r-sidebar-link._active {
|
|
707
691
|
color: var(--r-primary-700);
|
|
708
|
-
background-color: var(--r-
|
|
692
|
+
background-color: var(--r-main-50);
|
|
709
693
|
}
|
|
710
694
|
.r-sidebar-link._active::before {
|
|
711
695
|
background-color: currentColor;
|
|
@@ -717,13 +701,11 @@
|
|
|
717
701
|
top: 5px;
|
|
718
702
|
border-radius: 4px;
|
|
719
703
|
padding: 4px;
|
|
720
|
-
background-color: var(--r-neutral-200);
|
|
721
704
|
list-style: none;
|
|
722
705
|
cursor: pointer;
|
|
723
|
-
transition:
|
|
706
|
+
transition: color 0.2s cubic-bezier(0, 0.66, 0.58, 1) 0.05s;
|
|
724
707
|
}
|
|
725
708
|
.r-sidebar-drop-btn:hover {
|
|
726
|
-
background-color: var(--r-neutral-300);
|
|
727
709
|
color: var(--r-primary-500);
|
|
728
710
|
transition-delay: initial;
|
|
729
711
|
}
|
|
@@ -743,55 +725,6 @@
|
|
|
743
725
|
|
|
744
726
|
.r-sidebar-drop[open] > .r-sidebar-drop-btn > .r-sidebar-drop-icon {
|
|
745
727
|
transform: rotate(90deg);
|
|
746
|
-
}.r-article {
|
|
747
|
-
padding: 20px 0 80px;
|
|
748
|
-
grid-area: content;
|
|
749
|
-
}
|
|
750
|
-
@media screen and (width >= 1180px) {
|
|
751
|
-
.r-article {
|
|
752
|
-
padding: 32px 0 80px;
|
|
753
|
-
}
|
|
754
|
-
}
|
|
755
|
-
.r-article > *:first-child {
|
|
756
|
-
margin-top: 0;
|
|
757
|
-
}
|
|
758
|
-
|
|
759
|
-
.r-checkbox {
|
|
760
|
-
cursor: pointer;
|
|
761
|
-
width: 20px;
|
|
762
|
-
height: 20px;
|
|
763
|
-
margin: 4px;
|
|
764
|
-
vertical-align: middle;
|
|
765
|
-
box-sizing: border-box;
|
|
766
|
-
}
|
|
767
|
-
|
|
768
|
-
.r-label {
|
|
769
|
-
cursor: pointer;
|
|
770
|
-
}
|
|
771
|
-
|
|
772
|
-
.r-task-ol,
|
|
773
|
-
.r-task-ul {
|
|
774
|
-
list-style: none;
|
|
775
|
-
}
|
|
776
|
-
|
|
777
|
-
.r-task-label {
|
|
778
|
-
display: block;
|
|
779
|
-
width: 100%;
|
|
780
|
-
padding-top: 2px;
|
|
781
|
-
padding-bottom: 2px;
|
|
782
|
-
box-sizing: border-box;
|
|
783
|
-
}
|
|
784
|
-
.r-task-label:hover .r-checkbox {
|
|
785
|
-
filter: brightness(0.8);
|
|
786
|
-
}
|
|
787
|
-
|
|
788
|
-
.r-task-li.r-task-li {
|
|
789
|
-
margin-block-start: 2px;
|
|
790
|
-
margin-block-end: 2px;
|
|
791
|
-
}
|
|
792
|
-
|
|
793
|
-
.r-label-text {
|
|
794
|
-
vertical-align: middle;
|
|
795
728
|
}.r-header-menu {
|
|
796
729
|
display: flex;
|
|
797
730
|
justify-content: flex-end;
|
|
@@ -819,7 +752,7 @@
|
|
|
819
752
|
.r-header-responsive {
|
|
820
753
|
flex-direction: column-reverse;
|
|
821
754
|
padding: 12px;
|
|
822
|
-
background-color: var(--r-
|
|
755
|
+
background-color: var(--r-main-50);
|
|
823
756
|
position: fixed;
|
|
824
757
|
top: 60px;
|
|
825
758
|
right: 0;
|
|
@@ -858,7 +791,7 @@
|
|
|
858
791
|
width: 20px;
|
|
859
792
|
height: 1.5px;
|
|
860
793
|
position: absolute;
|
|
861
|
-
background-color: var(--r-
|
|
794
|
+
background-color: var(--r-main-700);
|
|
862
795
|
margin: auto;
|
|
863
796
|
transition: transform 0.3s;
|
|
864
797
|
box-sizing: border-box;
|
|
@@ -883,10 +816,10 @@
|
|
|
883
816
|
}.r-search-btn {
|
|
884
817
|
position: relative;
|
|
885
818
|
border-radius: 6px;
|
|
886
|
-
background-color: var(--r-
|
|
887
|
-
color: var(--r-
|
|
819
|
+
background-color: var(--r-main-100);
|
|
820
|
+
color: var(--r-main-600);
|
|
888
821
|
padding: 8px 20px;
|
|
889
|
-
border: 1px solid var(--r-
|
|
822
|
+
border: 1px solid var(--r-main-200);
|
|
890
823
|
width: 100%;
|
|
891
824
|
text-align: left;
|
|
892
825
|
cursor: text;
|
|
@@ -899,10 +832,10 @@
|
|
|
899
832
|
}
|
|
900
833
|
}
|
|
901
834
|
.r-search-btn:hover {
|
|
902
|
-
border-color: var(--r-
|
|
835
|
+
border-color: var(--r-main-600);
|
|
903
836
|
}
|
|
904
837
|
.r-search-btn:hover .r-search-kbd {
|
|
905
|
-
color: var(--r-
|
|
838
|
+
color: var(--r-main-950);
|
|
906
839
|
}
|
|
907
840
|
|
|
908
841
|
.r-search-title {
|
|
@@ -927,15 +860,15 @@
|
|
|
927
860
|
|
|
928
861
|
.r-search-popup-header {
|
|
929
862
|
position: relative;
|
|
930
|
-
border-bottom: 1px solid var(--r-
|
|
863
|
+
border-bottom: 1px solid var(--r-main-200);
|
|
931
864
|
}
|
|
932
865
|
|
|
933
866
|
.r-search-input {
|
|
934
867
|
border-radius: 12px 12px 0 0;
|
|
935
|
-
background-color: var(--r-
|
|
868
|
+
background-color: var(--r-main-50);
|
|
936
869
|
padding: 16px 20px;
|
|
937
870
|
border: none;
|
|
938
|
-
border-bottom: 2px solid var(--r-
|
|
871
|
+
border-bottom: 2px solid var(--r-main-300);
|
|
939
872
|
width: 100%;
|
|
940
873
|
font-size: 16px;
|
|
941
874
|
box-sizing: border-box;
|
|
@@ -953,11 +886,11 @@
|
|
|
953
886
|
border-bottom-color: var(--r-primary-600);
|
|
954
887
|
}
|
|
955
888
|
.r-search-input::placeholder {
|
|
956
|
-
color: var(--r-
|
|
889
|
+
color: var(--r-main-500);
|
|
957
890
|
}
|
|
958
891
|
|
|
959
892
|
.r-search-popup-kbd {
|
|
960
|
-
color: var(--r-
|
|
893
|
+
color: var(--r-main-600);
|
|
961
894
|
right: 20px;
|
|
962
895
|
}
|
|
963
896
|
|
|
@@ -967,7 +900,7 @@
|
|
|
967
900
|
overflow-y: auto;
|
|
968
901
|
list-style: none;
|
|
969
902
|
scrollbar-width: thin;
|
|
970
|
-
scrollbar-color: var(--r-
|
|
903
|
+
scrollbar-color: var(--r-main-200) transparent;
|
|
971
904
|
margin: 0;
|
|
972
905
|
box-sizing: border-box;
|
|
973
906
|
}
|
|
@@ -975,17 +908,17 @@
|
|
|
975
908
|
.r-search-item {
|
|
976
909
|
display: block;
|
|
977
910
|
text-decoration: none;
|
|
978
|
-
color: var(--r-
|
|
911
|
+
color: var(--r-main-700);
|
|
979
912
|
padding: 8px 12px;
|
|
980
|
-
border: 1px solid var(--r-
|
|
913
|
+
border: 1px solid var(--r-main-100);
|
|
981
914
|
border-radius: 6px;
|
|
982
915
|
width: 100%;
|
|
983
916
|
margin-top: 6px;
|
|
984
917
|
box-sizing: border-box;
|
|
985
918
|
}
|
|
986
919
|
.r-search-item:hover, .r-search-item:focus {
|
|
987
|
-
color: var(--r-
|
|
988
|
-
background-color: var(--r-
|
|
920
|
+
color: var(--r-main-950);
|
|
921
|
+
background-color: var(--r-main-50);
|
|
989
922
|
}
|
|
990
923
|
|
|
991
924
|
.r-search-item-title {
|
|
@@ -994,7 +927,7 @@
|
|
|
994
927
|
|
|
995
928
|
.r-search-item-desc {
|
|
996
929
|
font-size: 14px;
|
|
997
|
-
color: var(--r-
|
|
930
|
+
color: var(--r-main-600);
|
|
998
931
|
margin: 12px 0 0;
|
|
999
932
|
}.r-header-social {
|
|
1000
933
|
display: flex;
|
|
@@ -1009,25 +942,18 @@
|
|
|
1009
942
|
}
|
|
1010
943
|
|
|
1011
944
|
.r-header-social-git {
|
|
1012
|
-
color: var(--r-
|
|
945
|
+
color: var(--r-main-700);
|
|
1013
946
|
transition: color 0.2s;
|
|
1014
947
|
}
|
|
1015
948
|
.r-header-social-git:hover, .r-header-social-git:focus {
|
|
1016
|
-
color: var(--r-
|
|
1017
|
-
}.r-container {
|
|
1018
|
-
max-width: 1180px;
|
|
1019
|
-
padding-right: 12px;
|
|
1020
|
-
padding-left: 12px;
|
|
1021
|
-
margin-right: auto;
|
|
1022
|
-
margin-left: auto;
|
|
1023
|
-
box-sizing: border-box;
|
|
949
|
+
color: var(--r-main-950);
|
|
1024
950
|
}.r-dropdown {
|
|
1025
951
|
position: relative;
|
|
1026
|
-
color: var(--r-
|
|
952
|
+
color: var(--r-main-600);
|
|
1027
953
|
transition: color 0.2s 0.1s;
|
|
1028
954
|
}
|
|
1029
955
|
.r-dropdown:hover, .r-dropdown:focus-within {
|
|
1030
|
-
color: var(--r-
|
|
956
|
+
color: var(--r-main-950);
|
|
1031
957
|
}
|
|
1032
958
|
.r-dropdown:hover .r-dropdown-drop, .r-dropdown:focus-within .r-dropdown-drop {
|
|
1033
959
|
visibility: visible;
|
|
@@ -1071,8 +997,8 @@
|
|
|
1071
997
|
pointer-events: none;
|
|
1072
998
|
opacity: 0;
|
|
1073
999
|
transition: transform 0.3s 0.1s, opacity 0.3s 0.1s, visibility 0.3s 0.1s;
|
|
1074
|
-
background-color: var(--r-
|
|
1075
|
-
border: 1px solid var(--r-
|
|
1000
|
+
background-color: var(--r-main-50);
|
|
1001
|
+
border: 1px solid var(--r-main-100);
|
|
1076
1002
|
border-radius: 8px;
|
|
1077
1003
|
margin: 0;
|
|
1078
1004
|
padding: 2px 6px;
|
|
@@ -1085,7 +1011,7 @@
|
|
|
1085
1011
|
display: block;
|
|
1086
1012
|
width: 100%;
|
|
1087
1013
|
text-decoration: none;
|
|
1088
|
-
color: var(--r-
|
|
1014
|
+
color: var(--r-main-700);
|
|
1089
1015
|
padding: 4px 8px;
|
|
1090
1016
|
margin-top: 4px;
|
|
1091
1017
|
margin-bottom: 4px;
|
|
@@ -1094,12 +1020,19 @@
|
|
|
1094
1020
|
box-sizing: border-box;
|
|
1095
1021
|
}
|
|
1096
1022
|
.r-dropdown-link:hover {
|
|
1097
|
-
color: var(--r-
|
|
1098
|
-
background-color: var(--r-
|
|
1023
|
+
color: var(--r-main-900);
|
|
1024
|
+
background-color: var(--r-main-100);
|
|
1099
1025
|
}
|
|
1100
1026
|
|
|
1101
1027
|
.r-dropdown-link._active {
|
|
1102
1028
|
color: var(--r-primary-700);
|
|
1029
|
+
}.r-container {
|
|
1030
|
+
max-width: 1180px;
|
|
1031
|
+
padding-right: 12px;
|
|
1032
|
+
padding-left: 12px;
|
|
1033
|
+
margin-right: auto;
|
|
1034
|
+
margin-left: auto;
|
|
1035
|
+
box-sizing: border-box;
|
|
1103
1036
|
}.r-theme-switcher {
|
|
1104
1037
|
position: relative;
|
|
1105
1038
|
display: flex;
|
|
@@ -1107,7 +1040,7 @@
|
|
|
1107
1040
|
width: 108px;
|
|
1108
1041
|
height: 36px;
|
|
1109
1042
|
padding: 2px;
|
|
1110
|
-
background-color: var(--r-
|
|
1043
|
+
background-color: var(--r-main-950);
|
|
1111
1044
|
border-radius: 14px;
|
|
1112
1045
|
box-sizing: border-box;
|
|
1113
1046
|
}
|
|
@@ -1119,7 +1052,7 @@
|
|
|
1119
1052
|
width: 32px;
|
|
1120
1053
|
top: 2px;
|
|
1121
1054
|
left: 2px;
|
|
1122
|
-
background-color: var(--r-
|
|
1055
|
+
background-color: var(--r-main-50);
|
|
1123
1056
|
border-radius: 12px;
|
|
1124
1057
|
transition: left 0.2s;
|
|
1125
1058
|
box-sizing: border-box;
|
|
@@ -1131,14 +1064,14 @@
|
|
|
1131
1064
|
border: 0;
|
|
1132
1065
|
border-radius: 12px;
|
|
1133
1066
|
cursor: pointer;
|
|
1134
|
-
color: var(--r-
|
|
1135
|
-
fill: var(--r-
|
|
1067
|
+
color: var(--r-main-50);
|
|
1068
|
+
fill: var(--r-main-950);
|
|
1136
1069
|
z-index: 1;
|
|
1137
1070
|
transition: color 0.2s 0.1s, fill 0.2s;
|
|
1138
1071
|
}
|
|
1139
1072
|
.r-theme-switcher-btn:hover {
|
|
1140
|
-
color: var(--r-
|
|
1141
|
-
fill: var(--r-
|
|
1073
|
+
color: var(--r-main-50);
|
|
1074
|
+
fill: var(--r-main-50);
|
|
1142
1075
|
}
|
|
1143
1076
|
|
|
1144
1077
|
.r-theme-dark:not(.r-theme-system) .r-theme-switcher::before {
|
|
@@ -1146,7 +1079,7 @@
|
|
|
1146
1079
|
}
|
|
1147
1080
|
|
|
1148
1081
|
.r-theme-dark:not(.r-theme-system) .r-theme-switcher-btn__dark {
|
|
1149
|
-
color: var(--r-
|
|
1082
|
+
color: var(--r-main-950);
|
|
1150
1083
|
pointer-events: none;
|
|
1151
1084
|
}
|
|
1152
1085
|
|
|
@@ -1156,7 +1089,7 @@
|
|
|
1156
1089
|
}
|
|
1157
1090
|
|
|
1158
1091
|
.r-theme-system .r-theme-switcher-btn__system {
|
|
1159
|
-
color: var(--r-
|
|
1092
|
+
color: var(--r-main-950);
|
|
1160
1093
|
pointer-events: none;
|
|
1161
1094
|
}
|
|
1162
1095
|
|
|
@@ -1165,7 +1098,7 @@
|
|
|
1165
1098
|
}
|
|
1166
1099
|
|
|
1167
1100
|
.r-theme-light:not(.r-theme-system) .r-theme-switcher-btn__light {
|
|
1168
|
-
color: var(--r-
|
|
1101
|
+
color: var(--r-main-950);
|
|
1169
1102
|
pointer-events: none;
|
|
1170
1103
|
}
|
|
1171
1104
|
|
|
@@ -1175,10 +1108,10 @@
|
|
|
1175
1108
|
display: block;
|
|
1176
1109
|
position: relative;
|
|
1177
1110
|
padding: 8px 12px;
|
|
1178
|
-
border: 2px solid var(--r-
|
|
1111
|
+
border: 2px solid var(--r-main-500);
|
|
1179
1112
|
border-radius: 6px;
|
|
1180
1113
|
text-decoration: none;
|
|
1181
|
-
background: var(--r-
|
|
1114
|
+
background: var(--r-main-50);
|
|
1182
1115
|
}
|
|
1183
1116
|
|
|
1184
1117
|
.r-keylink:not(:focus) {
|
|
@@ -1215,7 +1148,7 @@
|
|
|
1215
1148
|
}
|
|
1216
1149
|
|
|
1217
1150
|
.r-breadcrumb-link {
|
|
1218
|
-
color: var(--r-
|
|
1151
|
+
color: var(--r-main-700);
|
|
1219
1152
|
text-decoration: none;
|
|
1220
1153
|
}
|
|
1221
1154
|
.r-breadcrumb-link:hover {
|
|
@@ -1230,7 +1163,7 @@
|
|
|
1230
1163
|
}
|
|
1231
1164
|
|
|
1232
1165
|
.r-breadcrumb-title {
|
|
1233
|
-
color: var(--r-
|
|
1166
|
+
color: var(--r-main-950);
|
|
1234
1167
|
font-weight: 600;
|
|
1235
1168
|
}.r-contents {
|
|
1236
1169
|
grid-area: contents;
|
|
@@ -1248,7 +1181,7 @@
|
|
|
1248
1181
|
max-height: calc(100dvh - var(--r-header-height));
|
|
1249
1182
|
overflow: auto;
|
|
1250
1183
|
scrollbar-width: thin;
|
|
1251
|
-
scrollbar-color: var(--r-
|
|
1184
|
+
scrollbar-color: var(--r-main-200) transparent;
|
|
1252
1185
|
scrollbar-gutter: stable;
|
|
1253
1186
|
}
|
|
1254
1187
|
}
|
|
@@ -1274,7 +1207,7 @@
|
|
|
1274
1207
|
}
|
|
1275
1208
|
@media screen and (width < 1180px) {
|
|
1276
1209
|
.r-contents-control:checked + .r-contents-details .r-contents-title {
|
|
1277
|
-
color: var(--r-
|
|
1210
|
+
color: var(--r-main-800);
|
|
1278
1211
|
}
|
|
1279
1212
|
}
|
|
1280
1213
|
.r-contents-control:checked + .r-contents-details .r-contents-chevron {
|
|
@@ -1299,7 +1232,7 @@
|
|
|
1299
1232
|
|
|
1300
1233
|
@media screen and (width < 1180px) {
|
|
1301
1234
|
.r-contents-details {
|
|
1302
|
-
background: var(--r-
|
|
1235
|
+
background: var(--r-main-100);
|
|
1303
1236
|
border-radius: 4px;
|
|
1304
1237
|
}
|
|
1305
1238
|
}
|
|
@@ -1311,7 +1244,7 @@
|
|
|
1311
1244
|
cursor: pointer;
|
|
1312
1245
|
margin-top: 20px;
|
|
1313
1246
|
padding: 12px;
|
|
1314
|
-
color: var(--r-
|
|
1247
|
+
color: var(--r-main-600);
|
|
1315
1248
|
z-index: 1;
|
|
1316
1249
|
}
|
|
1317
1250
|
@media screen and (width < 1180px) {
|
|
@@ -1323,8 +1256,8 @@
|
|
|
1323
1256
|
}
|
|
1324
1257
|
@media screen and (width >= 1180px) {
|
|
1325
1258
|
.r-contents-title {
|
|
1326
|
-
color: var(--r-
|
|
1327
|
-
background: var(--r-
|
|
1259
|
+
color: var(--r-main-900);
|
|
1260
|
+
background: var(--r-main-50);
|
|
1328
1261
|
font-weight: 600;
|
|
1329
1262
|
margin-top: 0;
|
|
1330
1263
|
padding: 32px 0 12px;
|
|
@@ -1333,7 +1266,7 @@
|
|
|
1333
1266
|
}
|
|
1334
1267
|
@media screen and (width < 1180px) {
|
|
1335
1268
|
.r-contents-title:hover {
|
|
1336
|
-
color: var(--r-
|
|
1269
|
+
color: var(--r-main-900);
|
|
1337
1270
|
}
|
|
1338
1271
|
}
|
|
1339
1272
|
|
|
@@ -1352,7 +1285,7 @@
|
|
|
1352
1285
|
.r-contents-link {
|
|
1353
1286
|
display: block;
|
|
1354
1287
|
position: relative;
|
|
1355
|
-
color: var(--r-
|
|
1288
|
+
color: var(--r-main-600);
|
|
1356
1289
|
text-decoration: none;
|
|
1357
1290
|
padding-top: 4px;
|
|
1358
1291
|
padding-bottom: 4px;
|
|
@@ -1379,7 +1312,7 @@
|
|
|
1379
1312
|
box-sizing: border-box;
|
|
1380
1313
|
}
|
|
1381
1314
|
.r-contents-link::before {
|
|
1382
|
-
border-color: var(--r-
|
|
1315
|
+
border-color: var(--r-main-200);
|
|
1383
1316
|
}
|
|
1384
1317
|
.r-contents-link::after {
|
|
1385
1318
|
mask-image: linear-gradient(135deg, #000 50%, transparent 50%);
|
|
@@ -1413,29 +1346,29 @@
|
|
|
1413
1346
|
mask-position: 0 100% !important;
|
|
1414
1347
|
}
|
|
1415
1348
|
|
|
1416
|
-
.r-contents-link._nested + .r-contents-link.
|
|
1349
|
+
.r-contents-link._nested + .r-contents-link._visited:not(._nested)::after {
|
|
1417
1350
|
mask-position: 100% 0 !important;
|
|
1418
1351
|
}
|
|
1419
1352
|
|
|
1420
1353
|
@media screen and (width >= 1180px) {
|
|
1421
|
-
.r-contents-link.
|
|
1422
|
-
color: var(--r-
|
|
1354
|
+
.r-contents-link._visited {
|
|
1355
|
+
color: var(--r-main-600);
|
|
1423
1356
|
}
|
|
1424
1357
|
}
|
|
1425
1358
|
@media screen and (width >= 1180px) {
|
|
1426
|
-
.r-contents-link.
|
|
1359
|
+
.r-contents-link._visited::after {
|
|
1427
1360
|
mask-position: 0 0 !important;
|
|
1428
1361
|
}
|
|
1429
1362
|
}
|
|
1363
|
+
.r-contents-link._visited::after, .r-contents-link._visited + .r-contents-link::after {
|
|
1364
|
+
transition: mask-position 0.3s;
|
|
1365
|
+
}
|
|
1430
1366
|
|
|
1431
1367
|
@media screen and (width >= 1180px) {
|
|
1432
1368
|
.r-contents-link._active {
|
|
1433
|
-
color: var(--r-
|
|
1369
|
+
color: var(--r-main-900);
|
|
1434
1370
|
}
|
|
1435
1371
|
}
|
|
1436
|
-
.r-contents-link._active::after, .r-contents-link._active + .r-contents-link::after {
|
|
1437
|
-
transition: mask-position 0.3s;
|
|
1438
|
-
}
|
|
1439
1372
|
|
|
1440
1373
|
.r-contents-actions {
|
|
1441
1374
|
position: sticky;
|
|
@@ -1443,7 +1376,7 @@
|
|
|
1443
1376
|
padding-top: 2px;
|
|
1444
1377
|
padding-bottom: 2px;
|
|
1445
1378
|
margin-top: 20px;
|
|
1446
|
-
background-color: var(--r-
|
|
1379
|
+
background-color: var(--r-main-50);
|
|
1447
1380
|
}
|
|
1448
1381
|
@media screen and (width < 1180px) {
|
|
1449
1382
|
.r-contents-actions {
|
|
@@ -1455,7 +1388,7 @@
|
|
|
1455
1388
|
display: block;
|
|
1456
1389
|
width: 100%;
|
|
1457
1390
|
position: relative;
|
|
1458
|
-
color: var(--r-
|
|
1391
|
+
color: var(--r-main-600);
|
|
1459
1392
|
text-decoration: none;
|
|
1460
1393
|
padding-top: 10px;
|
|
1461
1394
|
padding-bottom: 10px;
|
|
@@ -1464,13 +1397,13 @@
|
|
|
1464
1397
|
box-sizing: border-box;
|
|
1465
1398
|
}
|
|
1466
1399
|
.r-contents-git:hover {
|
|
1467
|
-
color: var(--r-
|
|
1400
|
+
color: var(--r-main-900);
|
|
1468
1401
|
}.r-pagination {
|
|
1469
1402
|
grid-area: pagination;
|
|
1470
1403
|
display: grid;
|
|
1471
1404
|
grid-template-columns: repeat(auto-fit, minmax(148px, 1fr));
|
|
1472
1405
|
gap: 16px;
|
|
1473
|
-
margin-bottom:
|
|
1406
|
+
margin-bottom: 40px;
|
|
1474
1407
|
}
|
|
1475
1408
|
|
|
1476
1409
|
.r-pagination-item {
|
|
@@ -1479,19 +1412,19 @@
|
|
|
1479
1412
|
padding-bottom: 8px;
|
|
1480
1413
|
text-decoration: none;
|
|
1481
1414
|
font-size: 14px;
|
|
1482
|
-
color: var(--r-
|
|
1415
|
+
color: var(--r-main-800);
|
|
1483
1416
|
}
|
|
1484
1417
|
.r-pagination-item:hover {
|
|
1485
|
-
color: var(--r-
|
|
1418
|
+
color: var(--r-main-950);
|
|
1486
1419
|
}
|
|
1487
1420
|
|
|
1488
1421
|
.r-pagination-item._prev {
|
|
1489
|
-
padding-left:
|
|
1422
|
+
padding-left: 28px;
|
|
1490
1423
|
}
|
|
1491
1424
|
|
|
1492
1425
|
.r-pagination-item._next {
|
|
1493
1426
|
text-align: right;
|
|
1494
|
-
padding-right:
|
|
1427
|
+
padding-right: 28px;
|
|
1495
1428
|
}
|
|
1496
1429
|
|
|
1497
1430
|
.r-pagination-text {
|
|
@@ -1501,8 +1434,7 @@
|
|
|
1501
1434
|
|
|
1502
1435
|
.r-pagination-title {
|
|
1503
1436
|
font-weight: 600;
|
|
1504
|
-
font-size:
|
|
1505
|
-
color: var(--r-neutral-950);
|
|
1437
|
+
font-size: 16px;
|
|
1506
1438
|
}
|
|
1507
1439
|
|
|
1508
1440
|
.r-pagination-icon {
|
|
@@ -1510,7 +1442,6 @@
|
|
|
1510
1442
|
top: 50%;
|
|
1511
1443
|
transform: translateY(-50%);
|
|
1512
1444
|
transition: transform 0.2s;
|
|
1513
|
-
margin: -4px;
|
|
1514
1445
|
}
|
|
1515
1446
|
|
|
1516
1447
|
.r-pagination-icon._prev {
|
|
@@ -1540,7 +1471,7 @@
|
|
|
1540
1471
|
.r-pagination-svg {
|
|
1541
1472
|
display: block;
|
|
1542
1473
|
}.r-last-modified {
|
|
1543
|
-
color: var(--r-
|
|
1474
|
+
color: var(--r-main-700);
|
|
1544
1475
|
margin-block-start: 16px;
|
|
1545
1476
|
}.r-git-logo {
|
|
1546
1477
|
display: block;
|
|
@@ -1586,11 +1517,11 @@
|
|
|
1586
1517
|
transition: opacity 0.3s allow-discrete;
|
|
1587
1518
|
padding-inline: 8px;
|
|
1588
1519
|
margin-inline-start: -4px;
|
|
1589
|
-
color: var(--r-
|
|
1520
|
+
color: var(--r-main-600);
|
|
1590
1521
|
text-decoration: none;
|
|
1591
1522
|
}
|
|
1592
1523
|
.r-anchor-heading-link:hover {
|
|
1593
|
-
color: var(--r-
|
|
1524
|
+
color: var(--r-primary-800);
|
|
1594
1525
|
}
|
|
1595
1526
|
.r-anchor-heading-link::after {
|
|
1596
1527
|
content: "#";
|
|
@@ -1598,6 +1529,10 @@
|
|
|
1598
1529
|
position: relative;
|
|
1599
1530
|
margin-block-start: 1.5em;
|
|
1600
1531
|
margin-block-end: 1.75em;
|
|
1532
|
+
background-color: var(--r-main-100);
|
|
1533
|
+
padding: 3px;
|
|
1534
|
+
border-radius: 8px;
|
|
1535
|
+
border: 1px solid var(--r-main-200);
|
|
1601
1536
|
}
|
|
1602
1537
|
|
|
1603
1538
|
.r-code-section-header {
|
|
@@ -1607,16 +1542,16 @@
|
|
|
1607
1542
|
align-items: center;
|
|
1608
1543
|
border-top-left-radius: 6px;
|
|
1609
1544
|
border-top-right-radius: 6px;
|
|
1610
|
-
padding:
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1545
|
+
padding-left: 20px;
|
|
1546
|
+
color: var(--r-main-700);
|
|
1547
|
+
}
|
|
1548
|
+
|
|
1549
|
+
.r-code-section-block._space-right {
|
|
1550
|
+
padding-right: 3rem;
|
|
1614
1551
|
}
|
|
1615
1552
|
|
|
1616
1553
|
.r-code-section-header + .r-code-section-block {
|
|
1617
|
-
border
|
|
1618
|
-
border-top-right-radius: 0;
|
|
1619
|
-
border-top: 0;
|
|
1554
|
+
border: 0;
|
|
1620
1555
|
margin-block-start: 0;
|
|
1621
1556
|
margin-block-end: 0;
|
|
1622
1557
|
}
|
|
@@ -1630,6 +1565,9 @@
|
|
|
1630
1565
|
right: 9px;
|
|
1631
1566
|
top: 9px;
|
|
1632
1567
|
opacity: 0;
|
|
1568
|
+
background: color-mix(in oklab, var(--r-main-100) 90%, transparent);
|
|
1569
|
+
border: 2px solid var(--r-main-50);
|
|
1570
|
+
backdrop-filter: blur(2px);
|
|
1633
1571
|
transition: opacity 0.2s, color 0.2s, background-color 0.2s;
|
|
1634
1572
|
}
|
|
1635
1573
|
.r-code-section-copy.r-code-section-copy:hover, .r-code-section-copy.r-code-section-copy._active {
|
|
@@ -1644,12 +1582,12 @@
|
|
|
1644
1582
|
margin-block-start: 12px;
|
|
1645
1583
|
margin-block-end: 12px;
|
|
1646
1584
|
scrollbar-width: thin;
|
|
1647
|
-
scrollbar-color: var(--r-
|
|
1585
|
+
scrollbar-color: var(--r-main-200) transparent;
|
|
1648
1586
|
box-sizing: border-box;
|
|
1649
1587
|
}.r-blockquote {
|
|
1650
|
-
background-color: var(--r-
|
|
1588
|
+
background-color: var(--r-main-100);
|
|
1651
1589
|
padding: 8px 12px 8px 20px;
|
|
1652
|
-
border-left: 6px solid var(--r-
|
|
1590
|
+
border-left: 6px solid var(--r-main-600);
|
|
1653
1591
|
border-top-right-radius: 2px;
|
|
1654
1592
|
border-bottom-right-radius: 2px;
|
|
1655
1593
|
font: inherit;
|
|
@@ -1702,33 +1640,33 @@
|
|
|
1702
1640
|
}
|
|
1703
1641
|
.r-blockquote-caution .r-blockquote-title {
|
|
1704
1642
|
color: var(--r-caution);
|
|
1705
|
-
}.r-code-span {
|
|
1706
|
-
font-family: var(--monospace-font, monospace, monospace);
|
|
1707
|
-
background-color: var(--r-neutral-200);
|
|
1708
|
-
color: var(--r-primary-900);
|
|
1709
|
-
border-radius: 4px;
|
|
1710
|
-
padding: 2px 6px;
|
|
1711
|
-
font-size: 16px;
|
|
1712
|
-
letter-spacing: 0.5px;
|
|
1713
|
-
}
|
|
1714
|
-
|
|
1715
|
-
.r-code-span + .r-content-link-external {
|
|
1716
|
-
margin-left: -12px;
|
|
1717
1643
|
}.r-code-block {
|
|
1718
1644
|
font-family: var(--monospace-font, monospace, monospace);
|
|
1719
1645
|
font-size: 16px;
|
|
1720
1646
|
line-height: 1.33;
|
|
1721
1647
|
border-radius: 6px;
|
|
1722
1648
|
padding: 16px 20px;
|
|
1723
|
-
margin
|
|
1724
|
-
margin-block-end: 1.75em;
|
|
1649
|
+
margin: 0;
|
|
1725
1650
|
color: var(--r-primary-800);
|
|
1726
|
-
background-color: var(--r-
|
|
1727
|
-
border: 1px solid var(--r-neutral-300);
|
|
1651
|
+
background-color: var(--r-main-50);
|
|
1728
1652
|
overflow-x: auto;
|
|
1729
1653
|
scrollbar-width: thin;
|
|
1730
|
-
scrollbar-color: var(--r-
|
|
1654
|
+
scrollbar-color: var(--r-main-200) transparent;
|
|
1731
1655
|
box-sizing: border-box;
|
|
1656
|
+
}.r-code-span {
|
|
1657
|
+
font-family: var(--monospace-font, monospace, monospace);
|
|
1658
|
+
background-color: var(--r-main-100);
|
|
1659
|
+
border: 1px solid var(--r-main-200);
|
|
1660
|
+
color: var(--r-main-950);
|
|
1661
|
+
border-radius: 4px;
|
|
1662
|
+
padding: 2px 6px;
|
|
1663
|
+
font-size: inherit;
|
|
1664
|
+
font-weight: 500;
|
|
1665
|
+
letter-spacing: 0.5px;
|
|
1666
|
+
}
|
|
1667
|
+
|
|
1668
|
+
.r-code-span + .r-content-link-external {
|
|
1669
|
+
margin-left: -12px;
|
|
1732
1670
|
}.r-h1 {
|
|
1733
1671
|
font-size: 32px;
|
|
1734
1672
|
line-height: 1.4;
|
|
@@ -1787,34 +1725,32 @@
|
|
|
1787
1725
|
}
|
|
1788
1726
|
|
|
1789
1727
|
.r-tab-list .r-code-section,
|
|
1790
|
-
.r-tab-list .r-code-block,
|
|
1791
1728
|
.r-tab-list .r-code-section-header {
|
|
1792
1729
|
margin-block-start: 0;
|
|
1793
1730
|
margin-block-end: 0;
|
|
1794
|
-
border-top-left-radius: 0;
|
|
1795
|
-
border-top-right-radius: 0;
|
|
1796
|
-
background-color: var(--r-neutral-50);
|
|
1797
1731
|
}
|
|
1798
1732
|
|
|
1799
1733
|
.r-tabs-header {
|
|
1800
1734
|
display: flex;
|
|
1735
|
+
margin: 0 12px;
|
|
1736
|
+
text-wrap: nowrap;
|
|
1737
|
+
overflow-x: auto;
|
|
1738
|
+
scrollbar-width: thin;
|
|
1801
1739
|
}
|
|
1802
1740
|
|
|
1803
1741
|
.r-tab-header {
|
|
1804
1742
|
position: relative;
|
|
1805
1743
|
cursor: pointer;
|
|
1806
|
-
|
|
1807
|
-
color: var(--r-neutral-600);
|
|
1808
|
-
border-bottom: 0;
|
|
1809
|
-
margin-bottom: -1px;
|
|
1810
|
-
background-color: var(--r-body);
|
|
1744
|
+
color: var(--r-main-600);
|
|
1811
1745
|
border-top-left-radius: 4px;
|
|
1812
1746
|
border-top-right-radius: 4px;
|
|
1813
|
-
padding: 8px
|
|
1747
|
+
padding: 8px 12px 2px;
|
|
1748
|
+
border-bottom: 1px solid transparent;
|
|
1749
|
+
transition: border 0.2s ease, color 0.2s ease;
|
|
1814
1750
|
}
|
|
1815
1751
|
.r-tab-header:hover {
|
|
1816
|
-
|
|
1817
|
-
color: var(--r-
|
|
1752
|
+
border-color: var(--r-main-500);
|
|
1753
|
+
color: var(--r-main-800);
|
|
1818
1754
|
}
|
|
1819
1755
|
|
|
1820
1756
|
.r-tab-header-code {
|
|
@@ -1826,9 +1762,9 @@
|
|
|
1826
1762
|
cursor: pointer;
|
|
1827
1763
|
}
|
|
1828
1764
|
.r-kbd-container:hover {
|
|
1829
|
-
color: var(--r-
|
|
1765
|
+
color: var(--r-main-950);
|
|
1830
1766
|
}.r-kbd-key {
|
|
1831
|
-
background-color: var(--r-
|
|
1767
|
+
background-color: var(--r-main-200);
|
|
1832
1768
|
font-size: 12px;
|
|
1833
1769
|
border-radius: 4px;
|
|
1834
1770
|
padding: 5px 8px;
|
|
@@ -1840,7 +1776,7 @@
|
|
|
1840
1776
|
left: 0;
|
|
1841
1777
|
bottom: 0;
|
|
1842
1778
|
width: 100%;
|
|
1843
|
-
background-color: var(--r-
|
|
1779
|
+
background-color: var(--r-main-50);
|
|
1844
1780
|
border-radius: 12px 12px 0 0;
|
|
1845
1781
|
opacity: 0;
|
|
1846
1782
|
visibility: hidden;
|
|
@@ -1872,10 +1808,9 @@
|
|
|
1872
1808
|
}
|
|
1873
1809
|
}.r-copy-button {
|
|
1874
1810
|
position: relative;
|
|
1875
|
-
padding:
|
|
1811
|
+
padding: 6px;
|
|
1876
1812
|
background: none;
|
|
1877
|
-
color: var(--r-
|
|
1878
|
-
background-color: var(--r-neutral-100);
|
|
1813
|
+
color: var(--r-main-700);
|
|
1879
1814
|
border: 0;
|
|
1880
1815
|
border-radius: 6px;
|
|
1881
1816
|
cursor: pointer;
|
|
@@ -1886,16 +1821,15 @@
|
|
|
1886
1821
|
.r-copy-button-success {
|
|
1887
1822
|
opacity: 0;
|
|
1888
1823
|
transform: scale(0.7);
|
|
1889
|
-
transition: 0.2s;
|
|
1824
|
+
transition: transform 0.2s;
|
|
1890
1825
|
}
|
|
1891
1826
|
|
|
1892
1827
|
.r-copy-button-base {
|
|
1893
|
-
transition: 0.2s;
|
|
1828
|
+
transition: transform 0.2s;
|
|
1894
1829
|
}
|
|
1895
1830
|
|
|
1896
1831
|
.r-copy-button:hover {
|
|
1897
|
-
color: var(--r-
|
|
1898
|
-
background-color: var(--r-neutral-200);
|
|
1832
|
+
color: var(--r-main-950);
|
|
1899
1833
|
}
|
|
1900
1834
|
|
|
1901
1835
|
.r-copy-button:active,
|
|
@@ -1915,15 +1849,50 @@
|
|
|
1915
1849
|
|
|
1916
1850
|
.r-copy-button-svg {
|
|
1917
1851
|
display: block;
|
|
1852
|
+
}.r-copy-text {
|
|
1853
|
+
position: relative;
|
|
1854
|
+
cursor: pointer;
|
|
1855
|
+
background: none;
|
|
1856
|
+
border: 0;
|
|
1857
|
+
padding: 0;
|
|
1858
|
+
font: inherit;
|
|
1859
|
+
padding: 6px 0;
|
|
1860
|
+
}
|
|
1861
|
+
.r-copy-text:hover {
|
|
1862
|
+
color: var(--r-main-950);
|
|
1863
|
+
}
|
|
1864
|
+
.r-copy-text::before {
|
|
1865
|
+
content: "";
|
|
1866
|
+
position: absolute;
|
|
1867
|
+
bottom: 0;
|
|
1868
|
+
left: 0;
|
|
1869
|
+
width: 100%;
|
|
1870
|
+
height: 1px;
|
|
1871
|
+
background: linear-gradient(to right, currentColor 30%, transparent 0%, transparent 80%, currentColor 80%) repeat-x 0px/8px;
|
|
1872
|
+
transition: background 0.2s;
|
|
1873
|
+
box-sizing: border-box;
|
|
1874
|
+
opacity: 0.6;
|
|
1875
|
+
}
|
|
1876
|
+
|
|
1877
|
+
.r-copy-text:active,
|
|
1878
|
+
.r-copy-text._active {
|
|
1879
|
+
color: var(--r-success);
|
|
1918
1880
|
}.r-content-link {
|
|
1919
1881
|
text-decoration: none;
|
|
1920
|
-
color:
|
|
1882
|
+
color: inherit;
|
|
1883
|
+
text-decoration: underline;
|
|
1884
|
+
text-decoration-color: var(--r-primary-500);
|
|
1885
|
+
text-underline-offset: 3px;
|
|
1886
|
+
transition: text-decoration-offset 0.2s ease;
|
|
1921
1887
|
}
|
|
1922
1888
|
.r-content-link:hover {
|
|
1923
|
-
color: var(--r-
|
|
1889
|
+
color: var(--r-main-700);
|
|
1890
|
+
text-decoration-color: var(--r-primary-400);
|
|
1891
|
+
text-underline-offset: 2px;
|
|
1892
|
+
text-decoration-thickness: 2px;
|
|
1924
1893
|
}
|
|
1925
1894
|
.r-content-link:active {
|
|
1926
|
-
color: var(--r-
|
|
1895
|
+
color: var(--r-primary-600);
|
|
1927
1896
|
}
|
|
1928
1897
|
|
|
1929
1898
|
.r-content-link-external {
|
|
@@ -1957,32 +1926,6 @@
|
|
|
1957
1926
|
background-color: currentColor;
|
|
1958
1927
|
border-radius: 0 0 0 4px;
|
|
1959
1928
|
box-sizing: border-box;
|
|
1960
|
-
}.r-copy-text {
|
|
1961
|
-
position: relative;
|
|
1962
|
-
cursor: pointer;
|
|
1963
|
-
background: none;
|
|
1964
|
-
border: 0;
|
|
1965
|
-
padding: 0;
|
|
1966
|
-
font: inherit;
|
|
1967
|
-
}
|
|
1968
|
-
.r-copy-text:hover {
|
|
1969
|
-
color: var(--r-neutral-950);
|
|
1970
|
-
}
|
|
1971
|
-
.r-copy-text::before {
|
|
1972
|
-
content: "";
|
|
1973
|
-
position: absolute;
|
|
1974
|
-
bottom: -2px;
|
|
1975
|
-
left: 0;
|
|
1976
|
-
width: 100%;
|
|
1977
|
-
height: 1px;
|
|
1978
|
-
background: linear-gradient(to right, currentColor 30%, transparent 0%, transparent 80%, currentColor 80%) repeat-x 0px/8px;
|
|
1979
|
-
transition: background 0.2s;
|
|
1980
|
-
box-sizing: border-box;
|
|
1981
|
-
}
|
|
1982
|
-
|
|
1983
|
-
.r-copy-text:active,
|
|
1984
|
-
.r-copy-text._active {
|
|
1985
|
-
color: var(--r-success);
|
|
1986
1929
|
}.r-li {
|
|
1987
1930
|
line-height: 1.8;
|
|
1988
1931
|
margin-block-start: 6px;
|
|
@@ -1994,14 +1937,12 @@
|
|
|
1994
1937
|
padding-inline-start: 20px;
|
|
1995
1938
|
margin-block-start: 6px;
|
|
1996
1939
|
margin-block-end: 6px;
|
|
1997
|
-
}.r-
|
|
1998
|
-
padding-inline-start:
|
|
1999
|
-
list-style-position: inside;
|
|
1940
|
+
}.r-ul {
|
|
1941
|
+
padding-inline-start: 2rem;
|
|
2000
1942
|
margin-block-start: 1em;
|
|
2001
1943
|
margin-block-end: 1em;
|
|
2002
|
-
}.r-
|
|
2003
|
-
padding-inline-start:
|
|
2004
|
-
list-style-position: inside;
|
|
1944
|
+
}.r-ol {
|
|
1945
|
+
padding-inline-start: 2rem;
|
|
2005
1946
|
margin-block-start: 1em;
|
|
2006
1947
|
margin-block-end: 1em;
|
|
2007
1948
|
}.r-table {
|
|
@@ -2011,15 +1952,15 @@
|
|
|
2011
1952
|
box-sizing: border-box;
|
|
2012
1953
|
}.r-td {
|
|
2013
1954
|
padding: 6px 12px;
|
|
2014
|
-
border-bottom: 1px solid var(--r-
|
|
1955
|
+
border-bottom: 1px solid var(--r-main-400);
|
|
2015
1956
|
border-collapse: collapse;
|
|
2016
1957
|
}.r-th {
|
|
2017
1958
|
padding: 6px 12px;
|
|
2018
|
-
border-top: 1px solid var(--r-
|
|
2019
|
-
border-bottom: 1px solid var(--r-
|
|
1959
|
+
border-top: 1px solid var(--r-main-500);
|
|
1960
|
+
border-bottom: 1px solid var(--r-main-500);
|
|
2020
1961
|
border-collapse: collapse;
|
|
2021
1962
|
}.r-thead {
|
|
2022
|
-
background-color: var(--r-
|
|
1963
|
+
background-color: var(--r-main-100);
|
|
2023
1964
|
}.r-task-li.r-task-li {
|
|
2024
1965
|
margin-block-start: 2px;
|
|
2025
1966
|
margin-block-end: 2px;
|
|
@@ -2079,7 +2020,9 @@
|
|
|
2079
2020
|
display: none;
|
|
2080
2021
|
opacity: 0;
|
|
2081
2022
|
position: absolute;
|
|
2082
|
-
background: var(--r-
|
|
2023
|
+
background: color-mix(in oklab, var(--r-main-100) 90%, transparent);
|
|
2024
|
+
border: 2px solid var(--r-main-50);
|
|
2025
|
+
backdrop-filter: blur(2px);
|
|
2083
2026
|
width: max-content;
|
|
2084
2027
|
padding: 6px 12px;
|
|
2085
2028
|
border-radius: 4px;
|
|
@@ -2089,12 +2032,12 @@
|
|
|
2089
2032
|
box-sizing: border-box;
|
|
2090
2033
|
}
|
|
2091
2034
|
.r-tooltip._bottom-start {
|
|
2092
|
-
bottom: -
|
|
2093
|
-
left:
|
|
2035
|
+
bottom: -4px;
|
|
2036
|
+
left: -4px;
|
|
2094
2037
|
}
|
|
2095
2038
|
.r-tooltip._bottom-end {
|
|
2096
|
-
bottom: -
|
|
2097
|
-
right:
|
|
2039
|
+
bottom: -4px;
|
|
2040
|
+
right: -4px;
|
|
2098
2041
|
}
|
|
2099
2042
|
|
|
2100
2043
|
.r-tooltip._visible {
|