@dennismetz/light-editor 0.1.2 → 1.0.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.
@@ -1,2910 +1,10 @@
1
- *, ::before, ::after {
2
- --tw-border-spacing-x: 0;
3
- --tw-border-spacing-y: 0;
4
- --tw-translate-x: 0;
5
- --tw-translate-y: 0;
6
- --tw-rotate: 0;
7
- --tw-skew-x: 0;
8
- --tw-skew-y: 0;
9
- --tw-scale-x: 1;
10
- --tw-scale-y: 1;
11
- --tw-pan-x: ;
12
- --tw-pan-y: ;
13
- --tw-pinch-zoom: ;
14
- --tw-scroll-snap-strictness: proximity;
15
- --tw-gradient-from-position: ;
16
- --tw-gradient-via-position: ;
17
- --tw-gradient-to-position: ;
18
- --tw-ordinal: ;
19
- --tw-slashed-zero: ;
20
- --tw-numeric-figure: ;
21
- --tw-numeric-spacing: ;
22
- --tw-numeric-fraction: ;
23
- --tw-ring-inset: ;
24
- --tw-ring-offset-width: 0px;
25
- --tw-ring-offset-color: #fff;
26
- --tw-ring-color: rgb(59 130 246 / 0.5);
27
- --tw-ring-offset-shadow: 0 0 #0000;
28
- --tw-ring-shadow: 0 0 #0000;
29
- --tw-shadow: 0 0 #0000;
30
- --tw-shadow-colored: 0 0 #0000;
31
- --tw-blur: ;
32
- --tw-brightness: ;
33
- --tw-contrast: ;
34
- --tw-grayscale: ;
35
- --tw-hue-rotate: ;
36
- --tw-invert: ;
37
- --tw-saturate: ;
38
- --tw-sepia: ;
39
- --tw-drop-shadow: ;
40
- --tw-backdrop-blur: ;
41
- --tw-backdrop-brightness: ;
42
- --tw-backdrop-contrast: ;
43
- --tw-backdrop-grayscale: ;
44
- --tw-backdrop-hue-rotate: ;
45
- --tw-backdrop-invert: ;
46
- --tw-backdrop-opacity: ;
47
- --tw-backdrop-saturate: ;
48
- --tw-backdrop-sepia: ;
49
- --tw-contain-size: ;
50
- --tw-contain-layout: ;
51
- --tw-contain-paint: ;
52
- --tw-contain-style: ;
53
- }
54
-
55
- ::backdrop {
56
- --tw-border-spacing-x: 0;
57
- --tw-border-spacing-y: 0;
58
- --tw-translate-x: 0;
59
- --tw-translate-y: 0;
60
- --tw-rotate: 0;
61
- --tw-skew-x: 0;
62
- --tw-skew-y: 0;
63
- --tw-scale-x: 1;
64
- --tw-scale-y: 1;
65
- --tw-pan-x: ;
66
- --tw-pan-y: ;
67
- --tw-pinch-zoom: ;
68
- --tw-scroll-snap-strictness: proximity;
69
- --tw-gradient-from-position: ;
70
- --tw-gradient-via-position: ;
71
- --tw-gradient-to-position: ;
72
- --tw-ordinal: ;
73
- --tw-slashed-zero: ;
74
- --tw-numeric-figure: ;
75
- --tw-numeric-spacing: ;
76
- --tw-numeric-fraction: ;
77
- --tw-ring-inset: ;
78
- --tw-ring-offset-width: 0px;
79
- --tw-ring-offset-color: #fff;
80
- --tw-ring-color: rgb(59 130 246 / 0.5);
81
- --tw-ring-offset-shadow: 0 0 #0000;
82
- --tw-ring-shadow: 0 0 #0000;
83
- --tw-shadow: 0 0 #0000;
84
- --tw-shadow-colored: 0 0 #0000;
85
- --tw-blur: ;
86
- --tw-brightness: ;
87
- --tw-contrast: ;
88
- --tw-grayscale: ;
89
- --tw-hue-rotate: ;
90
- --tw-invert: ;
91
- --tw-saturate: ;
92
- --tw-sepia: ;
93
- --tw-drop-shadow: ;
94
- --tw-backdrop-blur: ;
95
- --tw-backdrop-brightness: ;
96
- --tw-backdrop-contrast: ;
97
- --tw-backdrop-grayscale: ;
98
- --tw-backdrop-hue-rotate: ;
99
- --tw-backdrop-invert: ;
100
- --tw-backdrop-opacity: ;
101
- --tw-backdrop-saturate: ;
102
- --tw-backdrop-sepia: ;
103
- --tw-contain-size: ;
104
- --tw-contain-layout: ;
105
- --tw-contain-paint: ;
106
- --tw-contain-style: ;
107
- }/*
108
- ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
109
- *//*
110
- 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
111
- 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
112
- */
113
-
114
- *,
115
- ::before,
116
- ::after {
117
- box-sizing: border-box; /* 1 */
118
- border-width: 0; /* 2 */
119
- border-style: solid; /* 2 */
120
- border-color: #e5e7eb; /* 2 */
121
- }
122
-
123
- ::before,
124
- ::after {
125
- --tw-content: '';
126
- }
127
-
128
- /*
129
- 1. Use a consistent sensible line-height in all browsers.
130
- 2. Prevent adjustments of font size after orientation changes in iOS.
131
- 3. Use a more readable tab size.
132
- 4. Use the user's configured `sans` font-family by default.
133
- 5. Use the user's configured `sans` font-feature-settings by default.
134
- 6. Use the user's configured `sans` font-variation-settings by default.
135
- 7. Disable tap highlights on iOS
136
- */
137
-
138
- html,
139
- :host {
140
- line-height: 1.5; /* 1 */
141
- -webkit-text-size-adjust: 100%; /* 2 */
142
- -moz-tab-size: 4; /* 3 */
143
- -o-tab-size: 4;
144
- tab-size: 4; /* 3 */
145
- font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
146
- font-feature-settings: normal; /* 5 */
147
- font-variation-settings: normal; /* 6 */
148
- -webkit-tap-highlight-color: transparent; /* 7 */
149
- }
150
-
151
- /*
152
- 1. Remove the margin in all browsers.
153
- 2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
154
- */
155
-
156
- body {
157
- margin: 0; /* 1 */
158
- line-height: inherit; /* 2 */
159
- }
160
-
161
- /*
162
- 1. Add the correct height in Firefox.
163
- 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
164
- 3. Ensure horizontal rules are visible by default.
165
- */
166
-
167
- hr {
168
- height: 0; /* 1 */
169
- color: inherit; /* 2 */
170
- border-top-width: 1px; /* 3 */
171
- }
172
-
173
- /*
174
- Add the correct text decoration in Chrome, Edge, and Safari.
175
- */
176
-
177
- abbr:where([title]) {
178
- -webkit-text-decoration: underline dotted;
179
- text-decoration: underline dotted;
180
- }
181
-
182
- /*
183
- Remove the default font size and weight for headings.
184
- */
185
-
186
- h1,
187
- h2,
188
- h3,
189
- h4,
190
- h5,
191
- h6 {
192
- font-size: inherit;
193
- font-weight: inherit;
194
- }
195
-
196
- /*
197
- Reset links to optimize for opt-in styling instead of opt-out.
198
- */
199
-
200
- a {
201
- color: inherit;
202
- text-decoration: inherit;
203
- }
204
-
205
- /*
206
- Add the correct font weight in Edge and Safari.
207
- */
208
-
209
- b,
210
- strong {
211
- font-weight: bolder;
212
- }
213
-
214
- /*
215
- 1. Use the user's configured `mono` font-family by default.
216
- 2. Use the user's configured `mono` font-feature-settings by default.
217
- 3. Use the user's configured `mono` font-variation-settings by default.
218
- 4. Correct the odd `em` font sizing in all browsers.
219
- */
220
-
221
- code,
222
- kbd,
223
- samp,
224
- pre {
225
- font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
226
- font-feature-settings: normal; /* 2 */
227
- font-variation-settings: normal; /* 3 */
228
- font-size: 1em; /* 4 */
229
- }
230
-
231
- /*
232
- Add the correct font size in all browsers.
233
- */
234
-
235
- small {
236
- font-size: 80%;
237
- }
238
-
239
- /*
240
- Prevent `sub` and `sup` elements from affecting the line height in all browsers.
241
- */
242
-
243
- sub,
244
- sup {
245
- font-size: 75%;
246
- line-height: 0;
247
- position: relative;
248
- vertical-align: baseline;
249
- }
250
-
251
- sub {
252
- bottom: -0.25em;
253
- }
254
-
255
- sup {
256
- top: -0.5em;
257
- }
258
-
259
- /*
260
- 1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
261
- 2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
262
- 3. Remove gaps between table borders by default.
263
- */
264
-
265
- table {
266
- text-indent: 0; /* 1 */
267
- border-color: inherit; /* 2 */
268
- border-collapse: collapse; /* 3 */
269
- }
270
-
271
- /*
272
- 1. Change the font styles in all browsers.
273
- 2. Remove the margin in Firefox and Safari.
274
- 3. Remove default padding in all browsers.
275
- */
276
-
277
- button,
278
- input,
279
- optgroup,
280
- select,
281
- textarea {
282
- font-family: inherit; /* 1 */
283
- font-feature-settings: inherit; /* 1 */
284
- font-variation-settings: inherit; /* 1 */
285
- font-size: 100%; /* 1 */
286
- font-weight: inherit; /* 1 */
287
- line-height: inherit; /* 1 */
288
- letter-spacing: inherit; /* 1 */
289
- color: inherit; /* 1 */
290
- margin: 0; /* 2 */
291
- padding: 0; /* 3 */
292
- }
293
-
294
- /*
295
- Remove the inheritance of text transform in Edge and Firefox.
296
- */
297
-
298
- button,
299
- select {
300
- text-transform: none;
301
- }
302
-
303
- /*
304
- 1. Correct the inability to style clickable types in iOS and Safari.
305
- 2. Remove default button styles.
306
- */
307
-
308
- button,
309
- input:where([type='button']),
310
- input:where([type='reset']),
311
- input:where([type='submit']) {
312
- -webkit-appearance: button; /* 1 */
313
- background-color: transparent; /* 2 */
314
- background-image: none; /* 2 */
315
- }
316
-
317
- /*
318
- Use the modern Firefox focus style for all focusable elements.
319
- */
320
-
321
- :-moz-focusring {
322
- outline: auto;
323
- }
324
-
325
- /*
326
- Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
327
- */
328
-
329
- :-moz-ui-invalid {
330
- box-shadow: none;
331
- }
332
-
333
- /*
334
- Add the correct vertical alignment in Chrome and Firefox.
335
- */
336
-
337
- progress {
338
- vertical-align: baseline;
339
- }
340
-
341
- /*
342
- Correct the cursor style of increment and decrement buttons in Safari.
343
- */
344
-
345
- ::-webkit-inner-spin-button,
346
- ::-webkit-outer-spin-button {
347
- height: auto;
348
- }
349
-
350
- /*
351
- 1. Correct the odd appearance in Chrome and Safari.
352
- 2. Correct the outline style in Safari.
353
- */
354
-
355
- [type='search'] {
356
- -webkit-appearance: textfield; /* 1 */
357
- outline-offset: -2px; /* 2 */
358
- }
359
-
360
- /*
361
- Remove the inner padding in Chrome and Safari on macOS.
362
- */
363
-
364
- ::-webkit-search-decoration {
365
- -webkit-appearance: none;
366
- }
367
-
368
- /*
369
- 1. Correct the inability to style clickable types in iOS and Safari.
370
- 2. Change font properties to `inherit` in Safari.
371
- */
372
-
373
- ::-webkit-file-upload-button {
374
- -webkit-appearance: button; /* 1 */
375
- font: inherit; /* 2 */
376
- }
377
-
378
- /*
379
- Add the correct display in Chrome and Safari.
380
- */
381
-
382
- summary {
383
- display: list-item;
384
- }
385
-
386
- /*
387
- Removes the default spacing and border for appropriate elements.
388
- */
389
-
390
- blockquote,
391
- dl,
392
- dd,
393
- h1,
394
- h2,
395
- h3,
396
- h4,
397
- h5,
398
- h6,
399
- hr,
400
- figure,
401
- p,
402
- pre {
403
- margin: 0;
404
- }
405
-
406
- fieldset {
407
- margin: 0;
408
- padding: 0;
409
- }
410
-
411
- legend {
412
- padding: 0;
413
- }
414
-
415
- ol,
416
- ul,
417
- menu {
418
- list-style: none;
419
- margin: 0;
420
- padding: 0;
421
- }
422
-
423
- /*
424
- Reset default styling for dialogs.
425
- */
426
- dialog {
427
- padding: 0;
428
- }
429
-
430
- /*
431
- Prevent resizing textareas horizontally by default.
432
- */
433
-
434
- textarea {
435
- resize: vertical;
436
- }
437
-
438
- /*
439
- 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
440
- 2. Set the default placeholder color to the user's configured gray 400 color.
441
- */
442
-
443
- input::-moz-placeholder, textarea::-moz-placeholder {
444
- opacity: 1; /* 1 */
445
- color: #9ca3af; /* 2 */
446
- }
447
-
448
- input::placeholder,
449
- textarea::placeholder {
450
- opacity: 1; /* 1 */
451
- color: #9ca3af; /* 2 */
452
- }
453
-
454
- /*
455
- Set the default cursor for buttons.
456
- */
457
-
458
- button,
459
- [role="button"] {
460
- cursor: pointer;
461
- }
462
-
463
- /*
464
- Make sure disabled buttons don't get the pointer cursor.
465
- */
466
- :disabled {
467
- cursor: default;
468
- }
469
-
470
- /*
471
- 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
472
- 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
473
- This can trigger a poorly considered lint error in some tools but is included by design.
474
- */
475
-
476
- img,
477
- svg,
478
- video,
479
- canvas,
480
- audio,
481
- iframe,
482
- embed,
483
- object {
484
- display: block; /* 1 */
485
- vertical-align: middle; /* 2 */
486
- }
487
-
488
- /*
489
- Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
490
- */
491
-
492
- img,
493
- video {
494
- max-width: 100%;
495
- height: auto;
496
- }
497
-
498
- /* Make elements with the HTML hidden attribute stay hidden by default */
499
- [hidden]:where(:not([hidden="until-found"])) {
500
- display: none;
501
- }
502
-
503
- [type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
504
- -webkit-appearance: none;
505
- -moz-appearance: none;
506
- appearance: none;
507
- background-color: #fff;
508
- border-color: #6b7280;
509
- border-width: 1px;
510
- border-radius: 0px;
511
- padding-top: 0.5rem;
512
- padding-right: 0.75rem;
513
- padding-bottom: 0.5rem;
514
- padding-left: 0.75rem;
515
- font-size: 1rem;
516
- line-height: 1.5rem;
517
- --tw-shadow: 0 0 #0000;
518
- }
519
-
520
- [type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
521
- outline: 2px solid transparent;
522
- outline-offset: 2px;
523
- --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
524
- --tw-ring-offset-width: 0px;
525
- --tw-ring-offset-color: #fff;
526
- --tw-ring-color: #2563eb;
527
- --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
528
- --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
529
- box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
530
- border-color: #2563eb;
531
- }
532
-
533
- input::-moz-placeholder, textarea::-moz-placeholder {
534
- color: #6b7280;
535
- opacity: 1;
536
- }
537
-
538
- input::placeholder,textarea::placeholder {
539
- color: #6b7280;
540
- opacity: 1;
541
- }
542
-
543
- ::-webkit-datetime-edit-fields-wrapper {
544
- padding: 0;
545
- }
546
-
547
- ::-webkit-date-and-time-value {
548
- min-height: 1.5em;
549
- text-align: inherit;
550
- }
551
-
552
- ::-webkit-datetime-edit {
553
- display: inline-flex;
554
- }
555
-
556
- ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
557
- padding-top: 0;
558
- padding-bottom: 0;
559
- }
560
-
561
- select {
562
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
563
- background-position: right 0.5rem center;
564
- background-repeat: no-repeat;
565
- background-size: 1.5em 1.5em;
566
- padding-right: 2.5rem;
567
- -webkit-print-color-adjust: exact;
568
- print-color-adjust: exact;
569
- }
570
-
571
- [multiple],[size]:where(select:not([size="1"])) {
572
- background-image: initial;
573
- background-position: initial;
574
- background-repeat: unset;
575
- background-size: initial;
576
- padding-right: 0.75rem;
577
- -webkit-print-color-adjust: unset;
578
- print-color-adjust: unset;
579
- }
580
-
581
- [type='checkbox'],[type='radio'] {
582
- -webkit-appearance: none;
583
- -moz-appearance: none;
584
- appearance: none;
585
- padding: 0;
586
- -webkit-print-color-adjust: exact;
587
- print-color-adjust: exact;
588
- display: inline-block;
589
- vertical-align: middle;
590
- background-origin: border-box;
591
- -webkit-user-select: none;
592
- -moz-user-select: none;
593
- user-select: none;
594
- flex-shrink: 0;
595
- height: 1rem;
596
- width: 1rem;
597
- color: #2563eb;
598
- background-color: #fff;
599
- border-color: #6b7280;
600
- border-width: 1px;
601
- --tw-shadow: 0 0 #0000;
602
- }
603
-
604
- [type='checkbox'] {
605
- border-radius: 0px;
606
- }
607
-
608
- [type='radio'] {
609
- border-radius: 100%;
610
- }
611
-
612
- [type='checkbox']:focus,[type='radio']:focus {
613
- outline: 2px solid transparent;
614
- outline-offset: 2px;
615
- --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
616
- --tw-ring-offset-width: 2px;
617
- --tw-ring-offset-color: #fff;
618
- --tw-ring-color: #2563eb;
619
- --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
620
- --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
621
- box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
622
- }
623
-
624
- [type='checkbox']:checked,[type='radio']:checked {
625
- border-color: transparent;
626
- background-color: currentColor;
627
- background-size: 100% 100%;
628
- background-position: center;
629
- background-repeat: no-repeat;
630
- }
631
-
632
- [type='checkbox']:checked {
633
- background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
634
- }
635
-
636
- @media (forced-colors: active) {
637
-
638
- [type='checkbox']:checked {
639
- -webkit-appearance: auto;
640
- -moz-appearance: auto;
641
- appearance: auto;
642
- }
643
- }
644
-
645
- [type='radio']:checked {
646
- background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
647
- }
648
-
649
- @media (forced-colors: active) {
650
-
651
- [type='radio']:checked {
652
- -webkit-appearance: auto;
653
- -moz-appearance: auto;
654
- appearance: auto;
655
- }
656
- }
657
-
658
- [type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
659
- border-color: transparent;
660
- background-color: currentColor;
661
- }
662
-
663
- [type='checkbox']:indeterminate {
664
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
665
- border-color: transparent;
666
- background-color: currentColor;
667
- background-size: 100% 100%;
668
- background-position: center;
669
- background-repeat: no-repeat;
670
- }
671
-
672
- @media (forced-colors: active) {
673
-
674
- [type='checkbox']:indeterminate {
675
- -webkit-appearance: auto;
676
- -moz-appearance: auto;
677
- appearance: auto;
678
- }
679
- }
680
-
681
- [type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
682
- border-color: transparent;
683
- background-color: currentColor;
684
- }
685
-
686
- [type='file'] {
687
- background: unset;
688
- border-color: inherit;
689
- border-width: 0;
690
- border-radius: 0;
691
- padding: 0;
692
- font-size: unset;
693
- line-height: inherit;
694
- }
695
-
696
- [type='file']:focus {
697
- outline: 1px solid ButtonText;
698
- outline: 1px auto -webkit-focus-ring-color;
699
- }
700
- .prose {
701
- color: var(--tw-prose-body);
702
- max-width: 65ch;
703
- }
704
- .prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
705
- margin-top: 1.25em;
706
- margin-bottom: 1.25em;
707
- }
708
- .prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
709
- color: var(--tw-prose-lead);
710
- font-size: 1.25em;
711
- line-height: 1.6;
712
- margin-top: 1.2em;
713
- margin-bottom: 1.2em;
714
- }
715
- .prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
716
- color: var(--tw-prose-links);
717
- text-decoration: underline;
718
- font-weight: 500;
719
- }
720
- .prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
721
- color: var(--tw-prose-bold);
722
- font-weight: 600;
723
- }
724
- .prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
725
- color: inherit;
726
- }
727
- .prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
728
- color: inherit;
729
- }
730
- .prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
731
- color: inherit;
732
- }
733
- .prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
734
- list-style-type: decimal;
735
- margin-top: 1.25em;
736
- margin-bottom: 1.25em;
737
- padding-inline-start: 1.625em;
738
- }
739
- .prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
740
- list-style-type: upper-alpha;
741
- }
742
- .prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
743
- list-style-type: lower-alpha;
744
- }
745
- .prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
746
- list-style-type: upper-alpha;
747
- }
748
- .prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
749
- list-style-type: lower-alpha;
750
- }
751
- .prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
752
- list-style-type: upper-roman;
753
- }
754
- .prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
755
- list-style-type: lower-roman;
756
- }
757
- .prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
758
- list-style-type: upper-roman;
759
- }
760
- .prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
761
- list-style-type: lower-roman;
762
- }
763
- .prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
764
- list-style-type: decimal;
765
- }
766
- .prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
767
- list-style-type: disc;
768
- margin-top: 1.25em;
769
- margin-bottom: 1.25em;
770
- padding-inline-start: 1.625em;
771
- }
772
- .prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
773
- font-weight: 400;
774
- color: var(--tw-prose-counters);
775
- }
776
- .prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
777
- color: var(--tw-prose-bullets);
778
- }
779
- .prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
780
- color: var(--tw-prose-headings);
781
- font-weight: 600;
782
- margin-top: 1.25em;
783
- }
784
- .prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
785
- border-color: var(--tw-prose-hr);
786
- border-top-width: 1px;
787
- margin-top: 3em;
788
- margin-bottom: 3em;
789
- }
790
- .prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
791
- font-weight: 500;
792
- font-style: italic;
793
- color: var(--tw-prose-quotes);
794
- border-inline-start-width: 0.25rem;
795
- border-inline-start-color: var(--tw-prose-quote-borders);
796
- quotes: "\201C""\201D""\2018""\2019";
797
- margin-top: 1.6em;
798
- margin-bottom: 1.6em;
799
- padding-inline-start: 1em;
800
- }
801
- .prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
802
- content: open-quote;
803
- }
804
- .prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
805
- content: close-quote;
806
- }
807
- .prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
808
- color: var(--tw-prose-headings);
809
- font-weight: 800;
810
- font-size: 2.25em;
811
- margin-top: 0;
812
- margin-bottom: 0.8888889em;
813
- line-height: 1.1111111;
814
- }
815
- .prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
816
- font-weight: 900;
817
- color: inherit;
818
- }
819
- .prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
820
- color: var(--tw-prose-headings);
821
- font-weight: 700;
822
- font-size: 1.5em;
823
- margin-top: 2em;
824
- margin-bottom: 1em;
825
- line-height: 1.3333333;
826
- }
827
- .prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
828
- font-weight: 800;
829
- color: inherit;
830
- }
831
- .prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
832
- color: var(--tw-prose-headings);
833
- font-weight: 600;
834
- font-size: 1.25em;
835
- margin-top: 1.6em;
836
- margin-bottom: 0.6em;
837
- line-height: 1.6;
838
- }
839
- .prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
840
- font-weight: 700;
841
- color: inherit;
842
- }
843
- .prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
844
- color: var(--tw-prose-headings);
845
- font-weight: 600;
846
- margin-top: 1.5em;
847
- margin-bottom: 0.5em;
848
- line-height: 1.5;
849
- }
850
- .prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
851
- font-weight: 700;
852
- color: inherit;
853
- }
854
- .prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
855
- margin-top: 2em;
856
- margin-bottom: 2em;
857
- }
858
- .prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
859
- display: block;
860
- margin-top: 2em;
861
- margin-bottom: 2em;
862
- }
863
- .prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
864
- margin-top: 2em;
865
- margin-bottom: 2em;
866
- }
867
- .prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
868
- font-weight: 500;
869
- font-family: inherit;
870
- color: var(--tw-prose-kbd);
871
- box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
872
- font-size: 0.875em;
873
- border-radius: 0.3125rem;
874
- padding-top: 0.1875em;
875
- padding-inline-end: 0.375em;
876
- padding-bottom: 0.1875em;
877
- padding-inline-start: 0.375em;
878
- }
879
- .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
880
- color: var(--tw-prose-code);
881
- font-weight: 600;
882
- font-size: 0.875em;
883
- }
884
- .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
885
- content: "`";
886
- }
887
- .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
888
- content: "`";
889
- }
890
- .prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
891
- color: inherit;
892
- }
893
- .prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
894
- color: inherit;
895
- }
896
- .prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
897
- color: inherit;
898
- font-size: 0.875em;
899
- }
900
- .prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
901
- color: inherit;
902
- font-size: 0.9em;
903
- }
904
- .prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
905
- color: inherit;
906
- }
907
- .prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
908
- color: inherit;
909
- }
910
- .prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
911
- color: inherit;
912
- }
913
- .prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
914
- color: var(--tw-prose-pre-code);
915
- background-color: var(--tw-prose-pre-bg);
916
- overflow-x: auto;
917
- font-weight: 400;
918
- font-size: 0.875em;
919
- line-height: 1.7142857;
920
- margin-top: 1.7142857em;
921
- margin-bottom: 1.7142857em;
922
- border-radius: 0.375rem;
923
- padding-top: 0.8571429em;
924
- padding-inline-end: 1.1428571em;
925
- padding-bottom: 0.8571429em;
926
- padding-inline-start: 1.1428571em;
927
- }
928
- .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
929
- background-color: transparent;
930
- border-width: 0;
931
- border-radius: 0;
932
- padding: 0;
933
- font-weight: inherit;
934
- color: inherit;
935
- font-size: inherit;
936
- font-family: inherit;
937
- line-height: inherit;
938
- }
939
- .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
940
- content: none;
941
- }
942
- .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
943
- content: none;
944
- }
945
- .prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
946
- width: 100%;
947
- table-layout: auto;
948
- margin-top: 2em;
949
- margin-bottom: 2em;
950
- font-size: 0.875em;
951
- line-height: 1.7142857;
952
- }
953
- .prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
954
- border-bottom-width: 1px;
955
- border-bottom-color: var(--tw-prose-th-borders);
956
- }
957
- .prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
958
- color: var(--tw-prose-headings);
959
- font-weight: 600;
960
- vertical-align: bottom;
961
- padding-inline-end: 0.5714286em;
962
- padding-bottom: 0.5714286em;
963
- padding-inline-start: 0.5714286em;
964
- }
965
- .prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
966
- border-bottom-width: 1px;
967
- border-bottom-color: var(--tw-prose-td-borders);
968
- }
969
- .prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
970
- border-bottom-width: 0;
971
- }
972
- .prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
973
- vertical-align: baseline;
974
- }
975
- .prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
976
- border-top-width: 1px;
977
- border-top-color: var(--tw-prose-th-borders);
978
- }
979
- .prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
980
- vertical-align: top;
981
- }
982
- .prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
983
- text-align: start;
984
- }
985
- .prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
986
- margin-top: 0;
987
- margin-bottom: 0;
988
- }
989
- .prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
990
- color: var(--tw-prose-captions);
991
- font-size: 0.875em;
992
- line-height: 1.4285714;
993
- margin-top: 0.8571429em;
994
- }
995
- .prose {
996
- --tw-prose-body: #374151;
997
- --tw-prose-headings: #111827;
998
- --tw-prose-lead: #4b5563;
999
- --tw-prose-links: #111827;
1000
- --tw-prose-bold: #111827;
1001
- --tw-prose-counters: #6b7280;
1002
- --tw-prose-bullets: #d1d5db;
1003
- --tw-prose-hr: #e5e7eb;
1004
- --tw-prose-quotes: #111827;
1005
- --tw-prose-quote-borders: #e5e7eb;
1006
- --tw-prose-captions: #6b7280;
1007
- --tw-prose-kbd: #111827;
1008
- --tw-prose-kbd-shadows: 17 24 39;
1009
- --tw-prose-code: #111827;
1010
- --tw-prose-pre-code: #e5e7eb;
1011
- --tw-prose-pre-bg: #1f2937;
1012
- --tw-prose-th-borders: #d1d5db;
1013
- --tw-prose-td-borders: #e5e7eb;
1014
- --tw-prose-invert-body: #d1d5db;
1015
- --tw-prose-invert-headings: #fff;
1016
- --tw-prose-invert-lead: #9ca3af;
1017
- --tw-prose-invert-links: #fff;
1018
- --tw-prose-invert-bold: #fff;
1019
- --tw-prose-invert-counters: #9ca3af;
1020
- --tw-prose-invert-bullets: #4b5563;
1021
- --tw-prose-invert-hr: #374151;
1022
- --tw-prose-invert-quotes: #f3f4f6;
1023
- --tw-prose-invert-quote-borders: #374151;
1024
- --tw-prose-invert-captions: #9ca3af;
1025
- --tw-prose-invert-kbd: #fff;
1026
- --tw-prose-invert-kbd-shadows: 255 255 255;
1027
- --tw-prose-invert-code: #fff;
1028
- --tw-prose-invert-pre-code: #d1d5db;
1029
- --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
1030
- --tw-prose-invert-th-borders: #4b5563;
1031
- --tw-prose-invert-td-borders: #374151;
1032
- font-size: 1rem;
1033
- line-height: 1.75;
1034
- }
1035
- .prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1036
- margin-top: 0;
1037
- margin-bottom: 0;
1038
- }
1039
- .prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1040
- margin-top: 0.5em;
1041
- margin-bottom: 0.5em;
1042
- }
1043
- .prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1044
- padding-inline-start: 0.375em;
1045
- }
1046
- .prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1047
- padding-inline-start: 0.375em;
1048
- }
1049
- .prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1050
- margin-top: 0.75em;
1051
- margin-bottom: 0.75em;
1052
- }
1053
- .prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1054
- margin-top: 1.25em;
1055
- }
1056
- .prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1057
- margin-bottom: 1.25em;
1058
- }
1059
- .prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1060
- margin-top: 1.25em;
1061
- }
1062
- .prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1063
- margin-bottom: 1.25em;
1064
- }
1065
- .prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1066
- margin-top: 0.75em;
1067
- margin-bottom: 0.75em;
1068
- }
1069
- .prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1070
- margin-top: 1.25em;
1071
- margin-bottom: 1.25em;
1072
- }
1073
- .prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1074
- margin-top: 0.5em;
1075
- padding-inline-start: 1.625em;
1076
- }
1077
- .prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1078
- margin-top: 0;
1079
- }
1080
- .prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1081
- margin-top: 0;
1082
- }
1083
- .prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1084
- margin-top: 0;
1085
- }
1086
- .prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1087
- margin-top: 0;
1088
- }
1089
- .prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1090
- padding-inline-start: 0;
1091
- }
1092
- .prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1093
- padding-inline-end: 0;
1094
- }
1095
- .prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1096
- padding-top: 0.5714286em;
1097
- padding-inline-end: 0.5714286em;
1098
- padding-bottom: 0.5714286em;
1099
- padding-inline-start: 0.5714286em;
1100
- }
1101
- .prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1102
- padding-inline-start: 0;
1103
- }
1104
- .prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1105
- padding-inline-end: 0;
1106
- }
1107
- .prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1108
- margin-top: 2em;
1109
- margin-bottom: 2em;
1110
- }
1111
- .prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1112
- margin-top: 0;
1113
- }
1114
- .prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1115
- margin-bottom: 0;
1116
- }
1117
- .prose-stone {
1118
- --tw-prose-body: #44403c;
1119
- --tw-prose-headings: #1c1917;
1120
- --tw-prose-lead: #57534e;
1121
- --tw-prose-links: #1c1917;
1122
- --tw-prose-bold: #1c1917;
1123
- --tw-prose-counters: #78716c;
1124
- --tw-prose-bullets: #d6d3d1;
1125
- --tw-prose-hr: #e7e5e4;
1126
- --tw-prose-quotes: #1c1917;
1127
- --tw-prose-quote-borders: #e7e5e4;
1128
- --tw-prose-captions: #78716c;
1129
- --tw-prose-kbd: #1c1917;
1130
- --tw-prose-kbd-shadows: 28 25 23;
1131
- --tw-prose-code: #1c1917;
1132
- --tw-prose-pre-code: #e7e5e4;
1133
- --tw-prose-pre-bg: #292524;
1134
- --tw-prose-th-borders: #d6d3d1;
1135
- --tw-prose-td-borders: #e7e5e4;
1136
- --tw-prose-invert-body: #d6d3d1;
1137
- --tw-prose-invert-headings: #fff;
1138
- --tw-prose-invert-lead: #a8a29e;
1139
- --tw-prose-invert-links: #fff;
1140
- --tw-prose-invert-bold: #fff;
1141
- --tw-prose-invert-counters: #a8a29e;
1142
- --tw-prose-invert-bullets: #57534e;
1143
- --tw-prose-invert-hr: #44403c;
1144
- --tw-prose-invert-quotes: #f5f5f4;
1145
- --tw-prose-invert-quote-borders: #44403c;
1146
- --tw-prose-invert-captions: #a8a29e;
1147
- --tw-prose-invert-kbd: #fff;
1148
- --tw-prose-invert-kbd-shadows: 255 255 255;
1149
- --tw-prose-invert-code: #fff;
1150
- --tw-prose-invert-pre-code: #d6d3d1;
1151
- --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
1152
- --tw-prose-invert-th-borders: #57534e;
1153
- --tw-prose-invert-td-borders: #44403c;
1154
- }
1155
- .flex {
1156
- display: flex;
1157
- }
1158
- .grid {
1159
- display: grid;
1160
- }
1161
- .h-2 {
1162
- height: 0.5rem;
1163
- }
1164
- .w-2 {
1165
- width: 0.5rem;
1166
- }
1167
- .w-4 {
1168
- width: 1rem;
1169
- }
1170
- .w-full {
1171
- width: 100%;
1172
- }
1173
- .cursor-pointer {
1174
- cursor: pointer;
1175
- }
1176
- .grid-cols-2 {
1177
- grid-template-columns: repeat(2, minmax(0, 1fr));
1178
- }
1179
- .flex-col {
1180
- flex-direction: column;
1181
- }
1182
- .flex-wrap {
1183
- flex-wrap: wrap;
1184
- }
1185
- .items-center {
1186
- align-items: center;
1187
- }
1188
- .justify-between {
1189
- justify-content: space-between;
1190
- }
1191
- .gap-2 {
1192
- gap: 0.5rem;
1193
- }
1194
- .space-x-2 > :not([hidden]) ~ :not([hidden]) {
1195
- --tw-space-x-reverse: 0;
1196
- margin-right: calc(0.5rem * var(--tw-space-x-reverse));
1197
- margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
1198
- }
1199
- .space-y-4 > :not([hidden]) ~ :not([hidden]) {
1200
- --tw-space-y-reverse: 0;
1201
- margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
1202
- margin-bottom: calc(1rem * var(--tw-space-y-reverse));
1203
- }
1204
- .rounded-md {
1205
- border-radius: 0.375rem;
1206
- }
1207
- .border {
1208
- border-width: 1px;
1209
- }
1210
- .border-b {
1211
- border-bottom-width: 1px;
1212
- }
1213
- .bg-gray-200 {
1214
- --tw-bg-opacity: 1;
1215
- background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
1216
- }
1217
- .bg-indigo-500 {
1218
- --tw-bg-opacity: 1;
1219
- background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
1220
- }
1221
- .p-10 {
1222
- padding: 2.5rem;
1223
- }
1224
- .p-2 {
1225
- padding: 0.5rem;
1226
- }
1227
- .p-4 {
1228
- padding: 1rem;
1229
- }
1230
- .italic {
1231
- font-style: italic;
1232
- }
1233
- .text-gray-700 {
1234
- --tw-text-opacity: 1;
1235
- color: rgb(55 65 81 / var(--tw-text-opacity, 1));
1236
- }
1237
- .text-white {
1238
- --tw-text-opacity: 1;
1239
- color: rgb(255 255 255 / var(--tw-text-opacity, 1));
1240
- }
1241
- .underline {
1242
- text-decoration-line: underline;
1243
- }
1244
- .filter {
1245
- filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
1246
- }
1247
-
1248
- .editor-default {
1249
- color: var(--tw-prose-body);
1250
- max-width: 65ch;
1251
- }
1252
-
1253
- .editor-default :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1254
- margin-top: 1.25em;
1255
- margin-bottom: 1.25em;
1256
- }
1257
-
1258
- .editor-default :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1259
- color: var(--tw-prose-lead);
1260
- font-size: 1.25em;
1261
- line-height: 1.6;
1262
- margin-top: 1.2em;
1263
- margin-bottom: 1.2em;
1264
- }
1265
-
1266
- .editor-default :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1267
- color: var(--tw-prose-links);
1268
- text-decoration: underline;
1269
- font-weight: 500;
1270
- }
1271
-
1272
- .editor-default :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1273
- color: var(--tw-prose-bold);
1274
- font-weight: 600;
1275
- }
1276
-
1277
- .editor-default :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1278
- color: inherit;
1279
- }
1280
-
1281
- .editor-default :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1282
- color: inherit;
1283
- }
1284
-
1285
- .editor-default :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1286
- color: inherit;
1287
- }
1288
-
1289
- .editor-default :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1290
- list-style-type: decimal;
1291
- margin-top: 1.25em;
1292
- margin-bottom: 1.25em;
1293
- padding-inline-start: 1.625em;
1294
- }
1295
-
1296
- .editor-default :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1297
- list-style-type: upper-alpha;
1298
- }
1299
-
1300
- .editor-default :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1301
- list-style-type: lower-alpha;
1302
- }
1303
-
1304
- .editor-default :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1305
- list-style-type: upper-alpha;
1306
- }
1307
-
1308
- .editor-default :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1309
- list-style-type: lower-alpha;
1310
- }
1311
-
1312
- .editor-default :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1313
- list-style-type: upper-roman;
1314
- }
1315
-
1316
- .editor-default :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1317
- list-style-type: lower-roman;
1318
- }
1319
-
1320
- .editor-default :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1321
- list-style-type: upper-roman;
1322
- }
1323
-
1324
- .editor-default :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1325
- list-style-type: lower-roman;
1326
- }
1327
-
1328
- .editor-default :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1329
- list-style-type: decimal;
1330
- }
1331
-
1332
- .editor-default :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1333
- list-style-type: disc;
1334
- margin-top: 1.25em;
1335
- margin-bottom: 1.25em;
1336
- padding-inline-start: 1.625em;
1337
- }
1338
-
1339
- .editor-default :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
1340
- font-weight: 400;
1341
- color: var(--tw-prose-counters);
1342
- }
1343
-
1344
- .editor-default :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
1345
- color: var(--tw-prose-bullets);
1346
- }
1347
-
1348
- .editor-default :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1349
- color: var(--tw-prose-headings);
1350
- font-weight: 600;
1351
- margin-top: 1.25em;
1352
- }
1353
-
1354
- .editor-default :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1355
- border-color: var(--tw-prose-hr);
1356
- border-top-width: 1px;
1357
- margin-top: 3em;
1358
- margin-bottom: 3em;
1359
- }
1360
-
1361
- .editor-default :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1362
- font-weight: 500;
1363
- font-style: italic;
1364
- color: var(--tw-prose-quotes);
1365
- border-inline-start-width: 0.25rem;
1366
- border-inline-start-color: var(--tw-prose-quote-borders);
1367
- quotes: "\201C""\201D""\2018""\2019";
1368
- margin-top: 1.6em;
1369
- margin-bottom: 1.6em;
1370
- padding-inline-start: 1em;
1371
- }
1372
-
1373
- .editor-default :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
1374
- content: open-quote;
1375
- }
1376
-
1377
- .editor-default :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
1378
- content: close-quote;
1379
- }
1380
-
1381
- .editor-default :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1382
- color: var(--tw-prose-headings);
1383
- font-weight: 800;
1384
- font-size: 2.25em;
1385
- margin-top: 0;
1386
- margin-bottom: 0.8888889em;
1387
- line-height: 1.1111111;
1388
- }
1389
-
1390
- .editor-default :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1391
- font-weight: 900;
1392
- color: inherit;
1393
- }
1394
-
1395
- .editor-default :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1396
- color: var(--tw-prose-headings);
1397
- font-weight: 700;
1398
- font-size: 1.5em;
1399
- margin-top: 2em;
1400
- margin-bottom: 1em;
1401
- line-height: 1.3333333;
1402
- }
1403
-
1404
- .editor-default :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1405
- font-weight: 800;
1406
- color: inherit;
1407
- }
1408
-
1409
- .editor-default :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1410
- color: var(--tw-prose-headings);
1411
- font-weight: 600;
1412
- font-size: 1.25em;
1413
- margin-top: 1.6em;
1414
- margin-bottom: 0.6em;
1415
- line-height: 1.6;
1416
- }
1417
-
1418
- .editor-default :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1419
- font-weight: 700;
1420
- color: inherit;
1421
- }
1422
-
1423
- .editor-default :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1424
- color: var(--tw-prose-headings);
1425
- font-weight: 600;
1426
- margin-top: 1.5em;
1427
- margin-bottom: 0.5em;
1428
- line-height: 1.5;
1429
- }
1430
-
1431
- .editor-default :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1432
- font-weight: 700;
1433
- color: inherit;
1434
- }
1435
-
1436
- .editor-default :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1437
- margin-top: 2em;
1438
- margin-bottom: 2em;
1439
- }
1440
-
1441
- .editor-default :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1442
- display: block;
1443
- margin-top: 2em;
1444
- margin-bottom: 2em;
1445
- }
1446
-
1447
- .editor-default :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1448
- margin-top: 2em;
1449
- margin-bottom: 2em;
1450
- }
1451
-
1452
- .editor-default :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1453
- font-weight: 500;
1454
- font-family: inherit;
1455
- color: var(--tw-prose-kbd);
1456
- box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
1457
- font-size: 0.875em;
1458
- border-radius: 0.3125rem;
1459
- padding-top: 0.1875em;
1460
- padding-inline-end: 0.375em;
1461
- padding-bottom: 0.1875em;
1462
- padding-inline-start: 0.375em;
1463
- }
1464
-
1465
- .editor-default :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1466
- color: var(--tw-prose-code);
1467
- font-weight: 600;
1468
- font-size: 0.875em;
1469
- }
1470
-
1471
- .editor-default :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
1472
- content: "`";
1473
- }
1474
-
1475
- .editor-default :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
1476
- content: "`";
1477
- }
1478
-
1479
- .editor-default :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1480
- color: inherit;
1481
- }
1482
-
1483
- .editor-default :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1484
- color: inherit;
1485
- }
1486
-
1487
- .editor-default :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1488
- color: inherit;
1489
- font-size: 0.875em;
1490
- }
1491
-
1492
- .editor-default :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1493
- color: inherit;
1494
- font-size: 0.9em;
1495
- }
1496
-
1497
- .editor-default :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1498
- color: inherit;
1499
- }
1500
-
1501
- .editor-default :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1502
- color: inherit;
1503
- }
1504
-
1505
- .editor-default :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1506
- color: inherit;
1507
- }
1508
-
1509
- .editor-default :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1510
- color: var(--tw-prose-pre-code);
1511
- background-color: var(--tw-prose-pre-bg);
1512
- overflow-x: auto;
1513
- font-weight: 400;
1514
- font-size: 0.875em;
1515
- line-height: 1.7142857;
1516
- margin-top: 1.7142857em;
1517
- margin-bottom: 1.7142857em;
1518
- border-radius: 0.375rem;
1519
- padding-top: 0.8571429em;
1520
- padding-inline-end: 1.1428571em;
1521
- padding-bottom: 0.8571429em;
1522
- padding-inline-start: 1.1428571em;
1523
- }
1524
-
1525
- .editor-default :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1526
- background-color: transparent;
1527
- border-width: 0;
1528
- border-radius: 0;
1529
- padding: 0;
1530
- font-weight: inherit;
1531
- color: inherit;
1532
- font-size: inherit;
1533
- font-family: inherit;
1534
- line-height: inherit;
1535
- }
1536
-
1537
- .editor-default :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
1538
- content: none;
1539
- }
1540
-
1541
- .editor-default :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
1542
- content: none;
1543
- }
1544
-
1545
- .editor-default :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1546
- width: 100%;
1547
- table-layout: auto;
1548
- margin-top: 2em;
1549
- margin-bottom: 2em;
1550
- font-size: 0.875em;
1551
- line-height: 1.7142857;
1552
- }
1553
-
1554
- .editor-default :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1555
- border-bottom-width: 1px;
1556
- border-bottom-color: var(--tw-prose-th-borders);
1557
- }
1558
-
1559
- .editor-default :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1560
- color: var(--tw-prose-headings);
1561
- font-weight: 600;
1562
- vertical-align: bottom;
1563
- padding-inline-end: 0.5714286em;
1564
- padding-bottom: 0.5714286em;
1565
- padding-inline-start: 0.5714286em;
1566
- }
1567
-
1568
- .editor-default :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1569
- border-bottom-width: 1px;
1570
- border-bottom-color: var(--tw-prose-td-borders);
1571
- }
1572
-
1573
- .editor-default :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1574
- border-bottom-width: 0;
1575
- }
1576
-
1577
- .editor-default :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1578
- vertical-align: baseline;
1579
- }
1580
-
1581
- .editor-default :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1582
- border-top-width: 1px;
1583
- border-top-color: var(--tw-prose-th-borders);
1584
- }
1585
-
1586
- .editor-default :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1587
- vertical-align: top;
1588
- }
1589
-
1590
- .editor-default :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1591
- text-align: start;
1592
- }
1593
-
1594
- .editor-default :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1595
- margin-top: 0;
1596
- margin-bottom: 0;
1597
- }
1598
-
1599
- .editor-default :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1600
- color: var(--tw-prose-captions);
1601
- font-size: 0.875em;
1602
- line-height: 1.4285714;
1603
- margin-top: 0.8571429em;
1604
- }
1605
-
1606
- .editor-default {
1607
- --tw-prose-body: #374151;
1608
- --tw-prose-headings: #111827;
1609
- --tw-prose-lead: #4b5563;
1610
- --tw-prose-links: #111827;
1611
- --tw-prose-bold: #111827;
1612
- --tw-prose-counters: #6b7280;
1613
- --tw-prose-bullets: #d1d5db;
1614
- --tw-prose-hr: #e5e7eb;
1615
- --tw-prose-quotes: #111827;
1616
- --tw-prose-quote-borders: #e5e7eb;
1617
- --tw-prose-captions: #6b7280;
1618
- --tw-prose-kbd: #111827;
1619
- --tw-prose-kbd-shadows: 17 24 39;
1620
- --tw-prose-code: #111827;
1621
- --tw-prose-pre-code: #e5e7eb;
1622
- --tw-prose-pre-bg: #1f2937;
1623
- --tw-prose-th-borders: #d1d5db;
1624
- --tw-prose-td-borders: #e5e7eb;
1625
- --tw-prose-invert-body: #d1d5db;
1626
- --tw-prose-invert-headings: #fff;
1627
- --tw-prose-invert-lead: #9ca3af;
1628
- --tw-prose-invert-links: #fff;
1629
- --tw-prose-invert-bold: #fff;
1630
- --tw-prose-invert-counters: #9ca3af;
1631
- --tw-prose-invert-bullets: #4b5563;
1632
- --tw-prose-invert-hr: #374151;
1633
- --tw-prose-invert-quotes: #f3f4f6;
1634
- --tw-prose-invert-quote-borders: #374151;
1635
- --tw-prose-invert-captions: #9ca3af;
1636
- --tw-prose-invert-kbd: #fff;
1637
- --tw-prose-invert-kbd-shadows: 255 255 255;
1638
- --tw-prose-invert-code: #fff;
1639
- --tw-prose-invert-pre-code: #d1d5db;
1640
- --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
1641
- --tw-prose-invert-th-borders: #4b5563;
1642
- --tw-prose-invert-td-borders: #374151;
1643
- font-size: 1rem;
1644
- line-height: 1.75;
1645
- }
1646
-
1647
- .editor-default :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1648
- margin-top: 0;
1649
- margin-bottom: 0;
1650
- }
1651
-
1652
- .editor-default :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1653
- margin-top: 0.5em;
1654
- margin-bottom: 0.5em;
1655
- }
1656
-
1657
- .editor-default :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1658
- padding-inline-start: 0.375em;
1659
- }
1660
-
1661
- .editor-default :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1662
- padding-inline-start: 0.375em;
1663
- }
1664
-
1665
- .editor-default :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1666
- margin-top: 0.75em;
1667
- margin-bottom: 0.75em;
1668
- }
1669
-
1670
- .editor-default :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1671
- margin-top: 1.25em;
1672
- }
1673
-
1674
- .editor-default :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1675
- margin-bottom: 1.25em;
1676
- }
1677
-
1678
- .editor-default :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1679
- margin-top: 1.25em;
1680
- }
1681
-
1682
- .editor-default :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1683
- margin-bottom: 1.25em;
1684
- }
1685
-
1686
- .editor-default :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1687
- margin-top: 0.75em;
1688
- margin-bottom: 0.75em;
1689
- }
1690
-
1691
- .editor-default :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1692
- margin-top: 1.25em;
1693
- margin-bottom: 1.25em;
1694
- }
1695
-
1696
- .editor-default :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1697
- margin-top: 0.5em;
1698
- padding-inline-start: 1.625em;
1699
- }
1700
-
1701
- .editor-default :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1702
- margin-top: 0;
1703
- }
1704
-
1705
- .editor-default :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1706
- margin-top: 0;
1707
- }
1708
-
1709
- .editor-default :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1710
- margin-top: 0;
1711
- }
1712
-
1713
- .editor-default :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1714
- margin-top: 0;
1715
- }
1716
-
1717
- .editor-default :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1718
- padding-inline-start: 0;
1719
- }
1720
-
1721
- .editor-default :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1722
- padding-inline-end: 0;
1723
- }
1724
-
1725
- .editor-default :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1726
- padding-top: 0.5714286em;
1727
- padding-inline-end: 0.5714286em;
1728
- padding-bottom: 0.5714286em;
1729
- padding-inline-start: 0.5714286em;
1730
- }
1731
-
1732
- .editor-default :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1733
- padding-inline-start: 0;
1734
- }
1735
-
1736
- .editor-default :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1737
- padding-inline-end: 0;
1738
- }
1739
-
1740
- .editor-default :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1741
- margin-top: 2em;
1742
- margin-bottom: 2em;
1743
- }
1744
-
1745
- .editor-default :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1746
- margin-top: 0;
1747
- }
1748
-
1749
- .editor-default :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1750
- margin-bottom: 0;
1751
- }
1752
-
1753
- .editor-default {
1754
- --tw-prose-body: #44403c;
1755
- --tw-prose-headings: #1c1917;
1756
- --tw-prose-lead: #57534e;
1757
- --tw-prose-links: #1c1917;
1758
- --tw-prose-bold: #1c1917;
1759
- --tw-prose-counters: #78716c;
1760
- --tw-prose-bullets: #d6d3d1;
1761
- --tw-prose-hr: #e7e5e4;
1762
- --tw-prose-quotes: #1c1917;
1763
- --tw-prose-quote-borders: #e7e5e4;
1764
- --tw-prose-captions: #78716c;
1765
- --tw-prose-kbd: #1c1917;
1766
- --tw-prose-kbd-shadows: 28 25 23;
1767
- --tw-prose-code: #1c1917;
1768
- --tw-prose-pre-code: #e7e5e4;
1769
- --tw-prose-pre-bg: #292524;
1770
- --tw-prose-th-borders: #d6d3d1;
1771
- --tw-prose-td-borders: #e7e5e4;
1772
- --tw-prose-invert-body: #d6d3d1;
1773
- --tw-prose-invert-headings: #fff;
1774
- --tw-prose-invert-lead: #a8a29e;
1775
- --tw-prose-invert-links: #fff;
1776
- --tw-prose-invert-bold: #fff;
1777
- --tw-prose-invert-counters: #a8a29e;
1778
- --tw-prose-invert-bullets: #57534e;
1779
- --tw-prose-invert-hr: #44403c;
1780
- --tw-prose-invert-quotes: #f5f5f4;
1781
- --tw-prose-invert-quote-borders: #44403c;
1782
- --tw-prose-invert-captions: #a8a29e;
1783
- --tw-prose-invert-kbd: #fff;
1784
- --tw-prose-invert-kbd-shadows: 255 255 255;
1785
- --tw-prose-invert-code: #fff;
1786
- --tw-prose-invert-pre-code: #d6d3d1;
1787
- --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
1788
- --tw-prose-invert-th-borders: #57534e;
1789
- --tw-prose-invert-td-borders: #44403c;
1790
- width: 100%;
1791
- padding-left: 0.5rem;
1792
- padding-right: 0.5rem;
1793
- }
1794
-
1795
- .editor-default:is(.dark *) {
1796
- --tw-prose-body: var(--tw-prose-invert-body);
1797
- --tw-prose-headings: var(--tw-prose-invert-headings);
1798
- --tw-prose-lead: var(--tw-prose-invert-lead);
1799
- --tw-prose-links: var(--tw-prose-invert-links);
1800
- --tw-prose-bold: var(--tw-prose-invert-bold);
1801
- --tw-prose-counters: var(--tw-prose-invert-counters);
1802
- --tw-prose-bullets: var(--tw-prose-invert-bullets);
1803
- --tw-prose-hr: var(--tw-prose-invert-hr);
1804
- --tw-prose-quotes: var(--tw-prose-invert-quotes);
1805
- --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
1806
- --tw-prose-captions: var(--tw-prose-invert-captions);
1807
- --tw-prose-kbd: var(--tw-prose-invert-kbd);
1808
- --tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows);
1809
- --tw-prose-code: var(--tw-prose-invert-code);
1810
- --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
1811
- --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
1812
- --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
1813
- --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
1814
- }
1815
-
1816
- .editor-default:focus {
1817
- outline: 2px solid transparent;
1818
- outline-offset: 2px;
1819
- }
1820
-
1821
- @media (min-width: 768px) {
1822
-
1823
- .editor-default {
1824
- padding-left: 1rem;
1825
- padding-right: 1rem;
1826
- }
1827
- }
1828
- .editor-container {
1829
- display: flex;
1830
- flex-direction: column;
1831
- overflow: hidden;
1832
- border-radius: 0.375rem;
1833
- border-width: 1px;
1834
- }
1835
- .editor-container:is(.dark *) {
1836
- --tw-border-opacity: 1;
1837
- border-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
1838
- }
1839
- .editor-toolbox {
1840
- display: flex;
1841
- flex-wrap: wrap;
1842
- align-items: center;
1843
- }
1844
- .editor-toolbox > :not([hidden]) ~ :not([hidden]) {
1845
- --tw-space-x-reverse: 0;
1846
- margin-right: calc(0.5rem * var(--tw-space-x-reverse));
1847
- margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
1848
- }
1849
- .editor-toolbox {
1850
- border-bottom-width: 1px;
1851
- --tw-bg-opacity: 1;
1852
- background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
1853
- padding: 0.5rem;
1854
- }
1855
- .editor-toolbox:is(.dark *) {
1856
- --tw-border-opacity: 1;
1857
- border-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
1858
- --tw-bg-opacity: 1;
1859
- background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
1860
- }
1861
- @media (min-width: 768px) {
1862
-
1863
- .editor-toolbox > :not([hidden]) ~ :not([hidden]) {
1864
- --tw-space-x-reverse: 0;
1865
- margin-right: calc(1rem * var(--tw-space-x-reverse));
1866
- margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
1867
- }
1868
- }
1869
- .icon {
1870
- height: 0.5rem;
1871
- width: 0.5rem;
1872
- }
1873
- @media (min-width: 768px) {
1874
-
1875
- .icon {
1876
- height: 1rem;
1877
- width: 1rem;
1878
- }
1879
- }
1880
-
1881
- .editor-btn {
1882
- border-radius: 0.375rem;
1883
- padding: 0.5rem;
1884
- --tw-text-opacity: 1;
1885
- color: rgb(55 65 81 / var(--tw-text-opacity, 1));
1886
- transition-duration: 300ms;
1887
- }
1888
-
1889
- .editor-btn:hover {
1890
- --tw-bg-opacity: 1;
1891
- background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
1892
- }
1893
-
1894
- .editor-btn:hover:is(.dark *) {
1895
- --tw-bg-opacity: 1;
1896
- background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
1897
- }
1898
-
1899
- .is-active {
1900
- --tw-bg-opacity: 1;
1901
- background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
1902
- fill: #fff;
1903
- --tw-text-opacity: 1;
1904
- color: rgb(255 255 255 / var(--tw-text-opacity, 1));
1905
- }
1906
-
1907
- .header-div {
1908
- position: relative;
1909
- display: flex;
1910
- flex-direction: column;
1911
- align-items: center;
1912
- justify-content: center;
1913
- }
1914
-
1915
- .parent-header {
1916
- position: absolute;
1917
- top: 2rem;
1918
- left: 0px;
1919
- z-index: 10;
1920
- display: flex;
1921
- }
1922
-
1923
- .parent-header > :not([hidden]) ~ :not([hidden]) {
1924
- --tw-space-x-reverse: 0;
1925
- margin-right: calc(0.25rem * var(--tw-space-x-reverse));
1926
- margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
1927
- }
1928
-
1929
- @media (min-width: 768px) {
1930
-
1931
- .parent-header > :not([hidden]) ~ :not([hidden]) {
1932
- --tw-space-x-reverse: 0;
1933
- margin-right: calc(0.5rem * var(--tw-space-x-reverse));
1934
- margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
1935
- }
1936
- }
1937
- .list-header {
1938
- cursor: pointer;
1939
- border-radius: 0.125rem;
1940
- border-width: 1px;
1941
- --tw-bg-opacity: 1;
1942
- background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
1943
- padding-left: 0.5rem;
1944
- padding-right: 0.5rem;
1945
- padding-top: 0.25rem;
1946
- padding-bottom: 0.25rem;
1947
- font-size: 0.875rem;
1948
- line-height: 1.25rem;
1949
- --tw-text-opacity: 1;
1950
- color: rgb(75 85 99 / var(--tw-text-opacity, 1));
1951
- }
1952
- .list-header:hover {
1953
- --tw-bg-opacity: 1;
1954
- background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
1955
- --tw-text-opacity: 1;
1956
- color: rgb(17 24 39 / var(--tw-text-opacity, 1));
1957
- }
1958
-
1959
- .is-h-active {
1960
- --tw-bg-opacity: 1;
1961
- background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
1962
- --tw-text-opacity: 1;
1963
- color: rgb(255 255 255 / var(--tw-text-opacity, 1));
1964
- }
1965
-
1966
- .modal-container {
1967
- position: fixed;
1968
- top: 0px;
1969
- right: 0px;
1970
- bottom: 0px;
1971
- left: 0px;
1972
- display: grid;
1973
- height: 100vh;
1974
- width: 100vw;
1975
- place-content: center;
1976
- background-color: rgb(0 0 0 / 0.3);
1977
- padding: 1rem;
1978
- }
1979
-
1980
- @media (min-width: 768px) {
1981
-
1982
- .modal-container {
1983
- padding: 2rem;
1984
- }
1985
- }
1986
-
1987
- .modal {
1988
- display: flex;
1989
- width: 100%;
1990
- flex-direction: column;
1991
- align-items: center;
1992
- justify-content: center;
1993
- gap: 0.5rem;
1994
- border-radius: 0.375rem;
1995
- --tw-bg-opacity: 1;
1996
- background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
1997
- }
1998
-
1999
- @media (min-width: 768px) {
2000
-
2001
- .modal {
2002
- gap: 1rem;
2003
- border-radius: 0.75rem;
2004
- }
2005
- }
2006
-
2007
- .modal-header {
2008
- padding: 0.5rem;
2009
- }
2010
-
2011
- @media (min-width: 768px) {
2012
-
2013
- .modal-header {
2014
- padding: 1rem;
2015
- }
2016
- }
2017
-
2018
- .modal-body {
2019
- display: flex;
2020
- flex-direction: column;
2021
- gap: 0.5rem;
2022
- padding: 0.5rem;
2023
- }
2024
-
2025
- @media (min-width: 768px) {
2026
-
2027
- .modal-body {
2028
- gap: 1rem;
2029
- padding: 1rem;
2030
- }
2031
- }
2032
-
2033
- .modal-footer {
2034
- display: flex;
2035
- align-items: center;
2036
- justify-content: center;
2037
- gap: 0.5rem;
2038
- padding: 0.5rem;
2039
- }
2040
-
2041
- @media (min-width: 768px) {
2042
-
2043
- .modal-footer {
2044
- gap: 1rem;
2045
- padding: 1rem;
2046
- }
2047
- }
2048
-
2049
- .btn {
2050
- border-radius: 0.375rem;
2051
- padding: 0.5rem;
2052
- }
2053
-
2054
- @media (min-width: 768px) {
2055
-
2056
- .btn {
2057
- padding: 1rem;
2058
- }
2059
- }
2060
-
2061
- .btn-warning {
2062
- --tw-bg-opacity: 1;
2063
- background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
2064
- --tw-text-opacity: 1;
2065
- color: rgb(255 255 255 / var(--tw-text-opacity, 1));
2066
- }
2067
-
2068
- .btn-info {
2069
- --tw-bg-opacity: 1;
2070
- background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
2071
- --tw-text-opacity: 1;
2072
- color: rgb(255 255 255 / var(--tw-text-opacity, 1));
2073
- }
2074
-
2075
- .btn-success {
2076
- --tw-bg-opacity: 1;
2077
- background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
2078
- --tw-text-opacity: 1;
2079
- color: rgb(255 255 255 / var(--tw-text-opacity, 1));
2080
- }
2081
-
2082
- .form-group {
2083
- display: flex;
2084
- flex-direction: column;
2085
- }
2086
-
2087
- .form-control {
2088
- border-radius: 0.375rem;
2089
- border-width: 1px;
2090
- --tw-border-opacity: 1;
2091
- border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
2092
- }
2093
-
2094
- .dark\:prose-invert:is(.dark *) {
2095
- --tw-prose-body: var(--tw-prose-invert-body);
2096
- --tw-prose-headings: var(--tw-prose-invert-headings);
2097
- --tw-prose-lead: var(--tw-prose-invert-lead);
2098
- --tw-prose-links: var(--tw-prose-invert-links);
2099
- --tw-prose-bold: var(--tw-prose-invert-bold);
2100
- --tw-prose-counters: var(--tw-prose-invert-counters);
2101
- --tw-prose-bullets: var(--tw-prose-invert-bullets);
2102
- --tw-prose-hr: var(--tw-prose-invert-hr);
2103
- --tw-prose-quotes: var(--tw-prose-invert-quotes);
2104
- --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
2105
- --tw-prose-captions: var(--tw-prose-invert-captions);
2106
- --tw-prose-kbd: var(--tw-prose-invert-kbd);
2107
- --tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows);
2108
- --tw-prose-code: var(--tw-prose-invert-code);
2109
- --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
2110
- --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
2111
- --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
2112
- --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
2113
- }
2114
-
2115
- @media (min-width: 640px) {
2116
-
2117
- .sm\:prose-xl {
2118
- font-size: 1.25rem;
2119
- line-height: 1.8;
2120
- }
2121
-
2122
- .sm\:prose-xl :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2123
- margin-top: 1.2em;
2124
- margin-bottom: 1.2em;
2125
- }
2126
-
2127
- .sm\:prose-xl :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2128
- font-size: 1.2em;
2129
- line-height: 1.5;
2130
- margin-top: 1em;
2131
- margin-bottom: 1em;
2132
- }
2133
-
2134
- .sm\:prose-xl :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2135
- margin-top: 1.6em;
2136
- margin-bottom: 1.6em;
2137
- padding-inline-start: 1.0666667em;
2138
- }
2139
-
2140
- .sm\:prose-xl :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2141
- font-size: 2.8em;
2142
- margin-top: 0;
2143
- margin-bottom: 0.8571429em;
2144
- line-height: 1;
2145
- }
2146
-
2147
- .sm\:prose-xl :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2148
- font-size: 1.8em;
2149
- margin-top: 1.5555556em;
2150
- margin-bottom: 0.8888889em;
2151
- line-height: 1.1111111;
2152
- }
2153
-
2154
- .sm\:prose-xl :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2155
- font-size: 1.5em;
2156
- margin-top: 1.6em;
2157
- margin-bottom: 0.6666667em;
2158
- line-height: 1.3333333;
2159
- }
2160
-
2161
- .sm\:prose-xl :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2162
- margin-top: 1.8em;
2163
- margin-bottom: 0.6em;
2164
- line-height: 1.6;
2165
- }
2166
-
2167
- .sm\:prose-xl :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2168
- margin-top: 2em;
2169
- margin-bottom: 2em;
2170
- }
2171
-
2172
- .sm\:prose-xl :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2173
- margin-top: 2em;
2174
- margin-bottom: 2em;
2175
- }
2176
-
2177
- .sm\:prose-xl :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2178
- margin-top: 0;
2179
- margin-bottom: 0;
2180
- }
2181
-
2182
- .sm\:prose-xl :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2183
- margin-top: 2em;
2184
- margin-bottom: 2em;
2185
- }
2186
-
2187
- .sm\:prose-xl :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2188
- font-size: 0.9em;
2189
- border-radius: 0.3125rem;
2190
- padding-top: 0.25em;
2191
- padding-inline-end: 0.4em;
2192
- padding-bottom: 0.25em;
2193
- padding-inline-start: 0.4em;
2194
- }
2195
-
2196
- .sm\:prose-xl :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2197
- font-size: 0.9em;
2198
- }
2199
-
2200
- .sm\:prose-xl :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2201
- font-size: 0.8611111em;
2202
- }
2203
-
2204
- .sm\:prose-xl :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2205
- font-size: 0.9em;
2206
- }
2207
-
2208
- .sm\:prose-xl :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2209
- font-size: 0.9em;
2210
- line-height: 1.7777778;
2211
- margin-top: 2em;
2212
- margin-bottom: 2em;
2213
- border-radius: 0.5rem;
2214
- padding-top: 1.1111111em;
2215
- padding-inline-end: 1.3333333em;
2216
- padding-bottom: 1.1111111em;
2217
- padding-inline-start: 1.3333333em;
2218
- }
2219
-
2220
- .sm\:prose-xl :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2221
- margin-top: 1.2em;
2222
- margin-bottom: 1.2em;
2223
- padding-inline-start: 1.6em;
2224
- }
2225
-
2226
- .sm\:prose-xl :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2227
- margin-top: 1.2em;
2228
- margin-bottom: 1.2em;
2229
- padding-inline-start: 1.6em;
2230
- }
2231
-
2232
- .sm\:prose-xl :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2233
- margin-top: 0.6em;
2234
- margin-bottom: 0.6em;
2235
- }
2236
-
2237
- .sm\:prose-xl :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2238
- padding-inline-start: 0.4em;
2239
- }
2240
-
2241
- .sm\:prose-xl :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2242
- padding-inline-start: 0.4em;
2243
- }
2244
-
2245
- .sm\:prose-xl :where(.sm\:prose-xl > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2246
- margin-top: 0.8em;
2247
- margin-bottom: 0.8em;
2248
- }
2249
-
2250
- .sm\:prose-xl :where(.sm\:prose-xl > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2251
- margin-top: 1.2em;
2252
- }
2253
-
2254
- .sm\:prose-xl :where(.sm\:prose-xl > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2255
- margin-bottom: 1.2em;
2256
- }
2257
-
2258
- .sm\:prose-xl :where(.sm\:prose-xl > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2259
- margin-top: 1.2em;
2260
- }
2261
-
2262
- .sm\:prose-xl :where(.sm\:prose-xl > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2263
- margin-bottom: 1.2em;
2264
- }
2265
-
2266
- .sm\:prose-xl :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2267
- margin-top: 0.8em;
2268
- margin-bottom: 0.8em;
2269
- }
2270
-
2271
- .sm\:prose-xl :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2272
- margin-top: 1.2em;
2273
- margin-bottom: 1.2em;
2274
- }
2275
-
2276
- .sm\:prose-xl :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2277
- margin-top: 1.2em;
2278
- }
2279
-
2280
- .sm\:prose-xl :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2281
- margin-top: 0.6em;
2282
- padding-inline-start: 1.6em;
2283
- }
2284
-
2285
- .sm\:prose-xl :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2286
- margin-top: 2.8em;
2287
- margin-bottom: 2.8em;
2288
- }
2289
-
2290
- .sm\:prose-xl :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2291
- margin-top: 0;
2292
- }
2293
-
2294
- .sm\:prose-xl :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2295
- margin-top: 0;
2296
- }
2297
-
2298
- .sm\:prose-xl :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2299
- margin-top: 0;
2300
- }
2301
-
2302
- .sm\:prose-xl :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2303
- margin-top: 0;
2304
- }
2305
-
2306
- .sm\:prose-xl :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2307
- font-size: 0.9em;
2308
- line-height: 1.5555556;
2309
- }
2310
-
2311
- .sm\:prose-xl :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2312
- padding-inline-end: 0.6666667em;
2313
- padding-bottom: 0.8888889em;
2314
- padding-inline-start: 0.6666667em;
2315
- }
2316
-
2317
- .sm\:prose-xl :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2318
- padding-inline-start: 0;
2319
- }
2320
-
2321
- .sm\:prose-xl :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2322
- padding-inline-end: 0;
2323
- }
2324
-
2325
- .sm\:prose-xl :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2326
- padding-top: 0.8888889em;
2327
- padding-inline-end: 0.6666667em;
2328
- padding-bottom: 0.8888889em;
2329
- padding-inline-start: 0.6666667em;
2330
- }
2331
-
2332
- .sm\:prose-xl :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2333
- padding-inline-start: 0;
2334
- }
2335
-
2336
- .sm\:prose-xl :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2337
- padding-inline-end: 0;
2338
- }
2339
-
2340
- .sm\:prose-xl :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2341
- margin-top: 2em;
2342
- margin-bottom: 2em;
2343
- }
2344
-
2345
- .sm\:prose-xl :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2346
- margin-top: 0;
2347
- margin-bottom: 0;
2348
- }
2349
-
2350
- .sm\:prose-xl :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2351
- font-size: 0.9em;
2352
- line-height: 1.5555556;
2353
- margin-top: 1em;
2354
- }
2355
-
2356
- .sm\:prose-xl :where(.sm\:prose-xl > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2357
- margin-top: 0;
2358
- }
2359
-
2360
- .sm\:prose-xl :where(.sm\:prose-xl > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2361
- margin-bottom: 0;
2362
- }
2363
- }
2364
-
2365
- @media (min-width: 768px) {
2366
-
2367
- .md\:prose-2xl {
2368
- font-size: 1.5rem;
2369
- line-height: 1.6666667;
2370
- }
2371
-
2372
- .md\:prose-2xl :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2373
- margin-top: 1.3333333em;
2374
- margin-bottom: 1.3333333em;
2375
- }
2376
-
2377
- .md\:prose-2xl :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2378
- font-size: 1.25em;
2379
- line-height: 1.4666667;
2380
- margin-top: 1.0666667em;
2381
- margin-bottom: 1.0666667em;
2382
- }
2383
-
2384
- .md\:prose-2xl :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2385
- margin-top: 1.7777778em;
2386
- margin-bottom: 1.7777778em;
2387
- padding-inline-start: 1.1111111em;
2388
- }
2389
-
2390
- .md\:prose-2xl :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2391
- font-size: 2.6666667em;
2392
- margin-top: 0;
2393
- margin-bottom: 0.875em;
2394
- line-height: 1;
2395
- }
2396
-
2397
- .md\:prose-2xl :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2398
- font-size: 2em;
2399
- margin-top: 1.5em;
2400
- margin-bottom: 0.8333333em;
2401
- line-height: 1.0833333;
2402
- }
2403
-
2404
- .md\:prose-2xl :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2405
- font-size: 1.5em;
2406
- margin-top: 1.5555556em;
2407
- margin-bottom: 0.6666667em;
2408
- line-height: 1.2222222;
2409
- }
2410
-
2411
- .md\:prose-2xl :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2412
- margin-top: 1.6666667em;
2413
- margin-bottom: 0.6666667em;
2414
- line-height: 1.5;
2415
- }
2416
-
2417
- .md\:prose-2xl :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2418
- margin-top: 2em;
2419
- margin-bottom: 2em;
2420
- }
2421
-
2422
- .md\:prose-2xl :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2423
- margin-top: 2em;
2424
- margin-bottom: 2em;
2425
- }
2426
-
2427
- .md\:prose-2xl :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2428
- margin-top: 0;
2429
- margin-bottom: 0;
2430
- }
2431
-
2432
- .md\:prose-2xl :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2433
- margin-top: 2em;
2434
- margin-bottom: 2em;
2435
- }
2436
-
2437
- .md\:prose-2xl :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2438
- font-size: 0.8333333em;
2439
- border-radius: 0.375rem;
2440
- padding-top: 0.25em;
2441
- padding-inline-end: 0.3333333em;
2442
- padding-bottom: 0.25em;
2443
- padding-inline-start: 0.3333333em;
2444
- }
2445
-
2446
- .md\:prose-2xl :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2447
- font-size: 0.8333333em;
2448
- }
2449
-
2450
- .md\:prose-2xl :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2451
- font-size: 0.875em;
2452
- }
2453
-
2454
- .md\:prose-2xl :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2455
- font-size: 0.8888889em;
2456
- }
2457
-
2458
- .md\:prose-2xl :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2459
- font-size: 0.8333333em;
2460
- line-height: 1.8;
2461
- margin-top: 2em;
2462
- margin-bottom: 2em;
2463
- border-radius: 0.5rem;
2464
- padding-top: 1.2em;
2465
- padding-inline-end: 1.6em;
2466
- padding-bottom: 1.2em;
2467
- padding-inline-start: 1.6em;
2468
- }
2469
-
2470
- .md\:prose-2xl :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2471
- margin-top: 1.3333333em;
2472
- margin-bottom: 1.3333333em;
2473
- padding-inline-start: 1.5833333em;
2474
- }
2475
-
2476
- .md\:prose-2xl :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2477
- margin-top: 1.3333333em;
2478
- margin-bottom: 1.3333333em;
2479
- padding-inline-start: 1.5833333em;
2480
- }
2481
-
2482
- .md\:prose-2xl :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2483
- margin-top: 0.5em;
2484
- margin-bottom: 0.5em;
2485
- }
2486
-
2487
- .md\:prose-2xl :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2488
- padding-inline-start: 0.4166667em;
2489
- }
2490
-
2491
- .md\:prose-2xl :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2492
- padding-inline-start: 0.4166667em;
2493
- }
2494
-
2495
- .md\:prose-2xl :where(.md\:prose-2xl > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2496
- margin-top: 0.8333333em;
2497
- margin-bottom: 0.8333333em;
2498
- }
2499
-
2500
- .md\:prose-2xl :where(.md\:prose-2xl > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2501
- margin-top: 1.3333333em;
2502
- }
2503
-
2504
- .md\:prose-2xl :where(.md\:prose-2xl > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2505
- margin-bottom: 1.3333333em;
2506
- }
2507
-
2508
- .md\:prose-2xl :where(.md\:prose-2xl > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2509
- margin-top: 1.3333333em;
2510
- }
2511
-
2512
- .md\:prose-2xl :where(.md\:prose-2xl > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2513
- margin-bottom: 1.3333333em;
2514
- }
2515
-
2516
- .md\:prose-2xl :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2517
- margin-top: 0.6666667em;
2518
- margin-bottom: 0.6666667em;
2519
- }
2520
-
2521
- .md\:prose-2xl :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2522
- margin-top: 1.3333333em;
2523
- margin-bottom: 1.3333333em;
2524
- }
2525
-
2526
- .md\:prose-2xl :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2527
- margin-top: 1.3333333em;
2528
- }
2529
-
2530
- .md\:prose-2xl :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2531
- margin-top: 0.5em;
2532
- padding-inline-start: 1.5833333em;
2533
- }
2534
-
2535
- .md\:prose-2xl :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2536
- margin-top: 3em;
2537
- margin-bottom: 3em;
2538
- }
2539
-
2540
- .md\:prose-2xl :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2541
- margin-top: 0;
2542
- }
2543
-
2544
- .md\:prose-2xl :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2545
- margin-top: 0;
2546
- }
2547
-
2548
- .md\:prose-2xl :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2549
- margin-top: 0;
2550
- }
2551
-
2552
- .md\:prose-2xl :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2553
- margin-top: 0;
2554
- }
2555
-
2556
- .md\:prose-2xl :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2557
- font-size: 0.8333333em;
2558
- line-height: 1.4;
2559
- }
2560
-
2561
- .md\:prose-2xl :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2562
- padding-inline-end: 0.6em;
2563
- padding-bottom: 0.8em;
2564
- padding-inline-start: 0.6em;
2565
- }
2566
-
2567
- .md\:prose-2xl :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2568
- padding-inline-start: 0;
2569
- }
2570
-
2571
- .md\:prose-2xl :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2572
- padding-inline-end: 0;
2573
- }
2574
-
2575
- .md\:prose-2xl :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2576
- padding-top: 0.8em;
2577
- padding-inline-end: 0.6em;
2578
- padding-bottom: 0.8em;
2579
- padding-inline-start: 0.6em;
2580
- }
2581
-
2582
- .md\:prose-2xl :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2583
- padding-inline-start: 0;
2584
- }
2585
-
2586
- .md\:prose-2xl :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2587
- padding-inline-end: 0;
2588
- }
2589
-
2590
- .md\:prose-2xl :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2591
- margin-top: 2em;
2592
- margin-bottom: 2em;
2593
- }
2594
-
2595
- .md\:prose-2xl :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2596
- margin-top: 0;
2597
- margin-bottom: 0;
2598
- }
2599
-
2600
- .md\:prose-2xl :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2601
- font-size: 0.8333333em;
2602
- line-height: 1.6;
2603
- margin-top: 1em;
2604
- }
2605
-
2606
- .md\:prose-2xl :where(.md\:prose-2xl > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2607
- margin-top: 0;
2608
- }
2609
-
2610
- .md\:prose-2xl :where(.md\:prose-2xl > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2611
- margin-bottom: 0;
2612
- }
2613
- }
2614
-
2615
- @media (min-width: 1024px) {
2616
-
2617
- .lg\:prose-xl {
2618
- font-size: 1.25rem;
2619
- line-height: 1.8;
2620
- }
2621
-
2622
- .lg\:prose-xl :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2623
- margin-top: 1.2em;
2624
- margin-bottom: 1.2em;
2625
- }
2626
-
2627
- .lg\:prose-xl :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2628
- font-size: 1.2em;
2629
- line-height: 1.5;
2630
- margin-top: 1em;
2631
- margin-bottom: 1em;
2632
- }
2633
-
2634
- .lg\:prose-xl :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2635
- margin-top: 1.6em;
2636
- margin-bottom: 1.6em;
2637
- padding-inline-start: 1.0666667em;
2638
- }
2639
-
2640
- .lg\:prose-xl :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2641
- font-size: 2.8em;
2642
- margin-top: 0;
2643
- margin-bottom: 0.8571429em;
2644
- line-height: 1;
2645
- }
2646
-
2647
- .lg\:prose-xl :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2648
- font-size: 1.8em;
2649
- margin-top: 1.5555556em;
2650
- margin-bottom: 0.8888889em;
2651
- line-height: 1.1111111;
2652
- }
2653
-
2654
- .lg\:prose-xl :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2655
- font-size: 1.5em;
2656
- margin-top: 1.6em;
2657
- margin-bottom: 0.6666667em;
2658
- line-height: 1.3333333;
2659
- }
2660
-
2661
- .lg\:prose-xl :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2662
- margin-top: 1.8em;
2663
- margin-bottom: 0.6em;
2664
- line-height: 1.6;
2665
- }
2666
-
2667
- .lg\:prose-xl :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2668
- margin-top: 2em;
2669
- margin-bottom: 2em;
2670
- }
2671
-
2672
- .lg\:prose-xl :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2673
- margin-top: 2em;
2674
- margin-bottom: 2em;
2675
- }
2676
-
2677
- .lg\:prose-xl :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2678
- margin-top: 0;
2679
- margin-bottom: 0;
2680
- }
2681
-
2682
- .lg\:prose-xl :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2683
- margin-top: 2em;
2684
- margin-bottom: 2em;
2685
- }
2686
-
2687
- .lg\:prose-xl :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2688
- font-size: 0.9em;
2689
- border-radius: 0.3125rem;
2690
- padding-top: 0.25em;
2691
- padding-inline-end: 0.4em;
2692
- padding-bottom: 0.25em;
2693
- padding-inline-start: 0.4em;
2694
- }
2695
-
2696
- .lg\:prose-xl :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2697
- font-size: 0.9em;
2698
- }
2699
-
2700
- .lg\:prose-xl :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2701
- font-size: 0.8611111em;
2702
- }
2703
-
2704
- .lg\:prose-xl :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2705
- font-size: 0.9em;
2706
- }
2707
-
2708
- .lg\:prose-xl :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2709
- font-size: 0.9em;
2710
- line-height: 1.7777778;
2711
- margin-top: 2em;
2712
- margin-bottom: 2em;
2713
- border-radius: 0.5rem;
2714
- padding-top: 1.1111111em;
2715
- padding-inline-end: 1.3333333em;
2716
- padding-bottom: 1.1111111em;
2717
- padding-inline-start: 1.3333333em;
2718
- }
2719
-
2720
- .lg\:prose-xl :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2721
- margin-top: 1.2em;
2722
- margin-bottom: 1.2em;
2723
- padding-inline-start: 1.6em;
2724
- }
2725
-
2726
- .lg\:prose-xl :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2727
- margin-top: 1.2em;
2728
- margin-bottom: 1.2em;
2729
- padding-inline-start: 1.6em;
2730
- }
2731
-
2732
- .lg\:prose-xl :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2733
- margin-top: 0.6em;
2734
- margin-bottom: 0.6em;
2735
- }
2736
-
2737
- .lg\:prose-xl :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2738
- padding-inline-start: 0.4em;
2739
- }
2740
-
2741
- .lg\:prose-xl :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2742
- padding-inline-start: 0.4em;
2743
- }
2744
-
2745
- .lg\:prose-xl :where(.lg\:prose-xl > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2746
- margin-top: 0.8em;
2747
- margin-bottom: 0.8em;
2748
- }
2749
-
2750
- .lg\:prose-xl :where(.lg\:prose-xl > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2751
- margin-top: 1.2em;
2752
- }
2753
-
2754
- .lg\:prose-xl :where(.lg\:prose-xl > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2755
- margin-bottom: 1.2em;
2756
- }
2757
-
2758
- .lg\:prose-xl :where(.lg\:prose-xl > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2759
- margin-top: 1.2em;
2760
- }
2761
-
2762
- .lg\:prose-xl :where(.lg\:prose-xl > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2763
- margin-bottom: 1.2em;
2764
- }
2765
-
2766
- .lg\:prose-xl :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2767
- margin-top: 0.8em;
2768
- margin-bottom: 0.8em;
2769
- }
2770
-
2771
- .lg\:prose-xl :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2772
- margin-top: 1.2em;
2773
- margin-bottom: 1.2em;
2774
- }
2775
-
2776
- .lg\:prose-xl :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2777
- margin-top: 1.2em;
2778
- }
2779
-
2780
- .lg\:prose-xl :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2781
- margin-top: 0.6em;
2782
- padding-inline-start: 1.6em;
2783
- }
2784
-
2785
- .lg\:prose-xl :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2786
- margin-top: 2.8em;
2787
- margin-bottom: 2.8em;
2788
- }
2789
-
2790
- .lg\:prose-xl :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2791
- margin-top: 0;
2792
- }
2793
-
2794
- .lg\:prose-xl :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2795
- margin-top: 0;
2796
- }
2797
-
2798
- .lg\:prose-xl :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2799
- margin-top: 0;
2800
- }
2801
-
2802
- .lg\:prose-xl :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2803
- margin-top: 0;
2804
- }
2805
-
2806
- .lg\:prose-xl :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2807
- font-size: 0.9em;
2808
- line-height: 1.5555556;
2809
- }
2810
-
2811
- .lg\:prose-xl :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2812
- padding-inline-end: 0.6666667em;
2813
- padding-bottom: 0.8888889em;
2814
- padding-inline-start: 0.6666667em;
2815
- }
2816
-
2817
- .lg\:prose-xl :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2818
- padding-inline-start: 0;
2819
- }
2820
-
2821
- .lg\:prose-xl :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2822
- padding-inline-end: 0;
2823
- }
2824
-
2825
- .lg\:prose-xl :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2826
- padding-top: 0.8888889em;
2827
- padding-inline-end: 0.6666667em;
2828
- padding-bottom: 0.8888889em;
2829
- padding-inline-start: 0.6666667em;
2830
- }
2831
-
2832
- .lg\:prose-xl :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2833
- padding-inline-start: 0;
2834
- }
2835
-
2836
- .lg\:prose-xl :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2837
- padding-inline-end: 0;
2838
- }
2839
-
2840
- .lg\:prose-xl :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2841
- margin-top: 2em;
2842
- margin-bottom: 2em;
2843
- }
2844
-
2845
- .lg\:prose-xl :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2846
- margin-top: 0;
2847
- margin-bottom: 0;
2848
- }
2849
-
2850
- .lg\:prose-xl :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2851
- font-size: 0.9em;
2852
- line-height: 1.5555556;
2853
- margin-top: 1em;
2854
- }
2855
-
2856
- .lg\:prose-xl :where(.lg\:prose-xl > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2857
- margin-top: 0;
2858
- }
2859
-
2860
- .lg\:prose-xl :where(.lg\:prose-xl > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
2861
- margin-bottom: 0;
2862
- }
2863
- }
2864
-
2865
- .hover\:bg-gray-300:hover {
2866
- --tw-bg-opacity: 1;
2867
- background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
2868
- }
2869
-
2870
- .focus\:outline-none:focus {
2871
- outline: 2px solid transparent;
2872
- outline-offset: 2px;
2873
- }
2874
-
2875
- .dark\:bg-slate-400:is(.dark *) {
2876
- --tw-bg-opacity: 1;
2877
- background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1));
2878
- }
2879
-
2880
- .dark\:bg-slate-500:is(.dark *) {
2881
- --tw-bg-opacity: 1;
2882
- background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
2883
- }
2884
-
2885
- @media (min-width: 768px) {
2886
-
2887
- .md\:w-4 {
2888
- width: 1rem;
2889
- }
2890
-
2891
- .md\:gap-4 {
2892
- gap: 1rem;
2893
- }
2894
-
2895
- .md\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
2896
- --tw-space-x-reverse: 0;
2897
- margin-right: calc(1rem * var(--tw-space-x-reverse));
2898
- margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
2899
- }
2900
-
2901
- .md\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
2902
- --tw-space-y-reverse: 0;
2903
- margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
2904
- margin-bottom: calc(2rem * var(--tw-space-y-reverse));
2905
- }
2906
-
2907
- .md\:p-4 {
2908
- padding: 1rem;
2909
- }
2910
- }
1
+ .icon {
2
+ width: 1rem;
3
+ height: 1rem;
4
+ fill: currentColor;
5
+ vertical-align: middle;
6
+ }
7
+
8
+ .editor-container .ProseMirror:focus {
9
+ outline: none;
10
+ }