@halo-dev/richtext-editor 0.0.0-alpha.8 → 0.0.0-alpha.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/EditorHeader.vue.d.ts +19 -0
- package/dist/extensions/commands-menu/CommandsView.vue.d.ts +33 -0
- package/dist/extensions/commands-menu/index.d.ts +1 -0
- package/dist/extensions/commands-menu/suggestion.d.ts +9 -11
- package/dist/index.d.ts +2 -0
- package/dist/menus/index.d.ts +26 -0
- package/dist/rich-text-editor.es.js +705 -663
- package/dist/rich-text-editor.es.js.map +1 -1
- package/dist/rich-text-editor.iife.js +705 -663
- package/dist/rich-text-editor.iife.js.map +1 -1
- package/dist/style.css +612 -963
- package/package.json +29 -30
package/dist/style.css
CHANGED
|
@@ -23,9 +23,6 @@
|
|
|
23
23
|
pointer-events: none;
|
|
24
24
|
height: 0;
|
|
25
25
|
}
|
|
26
|
-
.halo-rich-text-editor .editor-content .ProseMirror > * + * {
|
|
27
|
-
margin-top: 0.75em;
|
|
28
|
-
}
|
|
29
26
|
.halo-rich-text-editor .editor-content .ProseMirror pre {
|
|
30
27
|
background: #0d0d0d;
|
|
31
28
|
color: #fff;
|
|
@@ -102,7 +99,7 @@
|
|
|
102
99
|
.halo-rich-text-editor .editor-content .ProseMirror code br {
|
|
103
100
|
display: block;
|
|
104
101
|
}/*
|
|
105
|
-
! tailwindcss v3.1
|
|
102
|
+
! tailwindcss v3.2.1 | MIT License | https://tailwindcss.com
|
|
106
103
|
*//*
|
|
107
104
|
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
|
|
108
105
|
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
|
|
@@ -471,54 +468,12 @@ video {
|
|
|
471
468
|
height: auto;
|
|
472
469
|
}
|
|
473
470
|
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
--tw-translate-x: 0;
|
|
478
|
-
--tw-translate-y: 0;
|
|
479
|
-
--tw-rotate: 0;
|
|
480
|
-
--tw-skew-x: 0;
|
|
481
|
-
--tw-skew-y: 0;
|
|
482
|
-
--tw-scale-x: 1;
|
|
483
|
-
--tw-scale-y: 1;
|
|
484
|
-
--tw-pan-x: ;
|
|
485
|
-
--tw-pan-y: ;
|
|
486
|
-
--tw-pinch-zoom: ;
|
|
487
|
-
--tw-scroll-snap-strictness: proximity;
|
|
488
|
-
--tw-ordinal: ;
|
|
489
|
-
--tw-slashed-zero: ;
|
|
490
|
-
--tw-numeric-figure: ;
|
|
491
|
-
--tw-numeric-spacing: ;
|
|
492
|
-
--tw-numeric-fraction: ;
|
|
493
|
-
--tw-ring-inset: ;
|
|
494
|
-
--tw-ring-offset-width: 0px;
|
|
495
|
-
--tw-ring-offset-color: #fff;
|
|
496
|
-
--tw-ring-color: rgb(59 130 246 / 0.5);
|
|
497
|
-
--tw-ring-offset-shadow: 0 0 #0000;
|
|
498
|
-
--tw-ring-shadow: 0 0 #0000;
|
|
499
|
-
--tw-shadow: 0 0 #0000;
|
|
500
|
-
--tw-shadow-colored: 0 0 #0000;
|
|
501
|
-
--tw-blur: ;
|
|
502
|
-
--tw-brightness: ;
|
|
503
|
-
--tw-contrast: ;
|
|
504
|
-
--tw-grayscale: ;
|
|
505
|
-
--tw-hue-rotate: ;
|
|
506
|
-
--tw-invert: ;
|
|
507
|
-
--tw-saturate: ;
|
|
508
|
-
--tw-sepia: ;
|
|
509
|
-
--tw-drop-shadow: ;
|
|
510
|
-
--tw-backdrop-blur: ;
|
|
511
|
-
--tw-backdrop-brightness: ;
|
|
512
|
-
--tw-backdrop-contrast: ;
|
|
513
|
-
--tw-backdrop-grayscale: ;
|
|
514
|
-
--tw-backdrop-hue-rotate: ;
|
|
515
|
-
--tw-backdrop-invert: ;
|
|
516
|
-
--tw-backdrop-opacity: ;
|
|
517
|
-
--tw-backdrop-saturate: ;
|
|
518
|
-
--tw-backdrop-sepia: ;
|
|
471
|
+
/* Make elements with the HTML hidden attribute stay hidden by default */
|
|
472
|
+
[hidden] {
|
|
473
|
+
display: none;
|
|
519
474
|
}
|
|
520
475
|
|
|
521
|
-
|
|
476
|
+
*, ::before, ::after {
|
|
522
477
|
--tw-border-spacing-x: 0;
|
|
523
478
|
--tw-border-spacing-y: 0;
|
|
524
479
|
--tw-translate-x: 0;
|
|
@@ -611,1115 +566,809 @@ video {
|
|
|
611
566
|
--tw-backdrop-saturate: ;
|
|
612
567
|
--tw-backdrop-sepia: ;
|
|
613
568
|
}
|
|
614
|
-
.
|
|
615
|
-
|
|
569
|
+
.prose {
|
|
570
|
+
color: var(--tw-prose-body);
|
|
571
|
+
max-width: 65ch;
|
|
616
572
|
}
|
|
617
|
-
.
|
|
618
|
-
|
|
573
|
+
.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
|
|
574
|
+
color: var(--tw-prose-lead);
|
|
575
|
+
font-size: 1.25em;
|
|
576
|
+
line-height: 1.6;
|
|
577
|
+
margin-top: 1.2em;
|
|
578
|
+
margin-bottom: 1.2em;
|
|
619
579
|
}
|
|
620
|
-
.
|
|
621
|
-
|
|
580
|
+
.prose :where(a):not(:where([class~="not-prose"] *)) {
|
|
581
|
+
color: var(--tw-prose-links);
|
|
582
|
+
text-decoration: underline;
|
|
583
|
+
font-weight: 500;
|
|
622
584
|
}
|
|
623
|
-
.
|
|
624
|
-
|
|
585
|
+
.prose :where(strong):not(:where([class~="not-prose"] *)) {
|
|
586
|
+
color: var(--tw-prose-bold);
|
|
587
|
+
font-weight: 600;
|
|
625
588
|
}
|
|
626
|
-
.
|
|
627
|
-
|
|
589
|
+
.prose :where(a strong):not(:where([class~="not-prose"] *)) {
|
|
590
|
+
color: inherit;
|
|
628
591
|
}
|
|
629
|
-
.
|
|
630
|
-
|
|
592
|
+
.prose :where(blockquote strong):not(:where([class~="not-prose"] *)) {
|
|
593
|
+
color: inherit;
|
|
631
594
|
}
|
|
632
|
-
.
|
|
633
|
-
|
|
595
|
+
.prose :where(thead th strong):not(:where([class~="not-prose"] *)) {
|
|
596
|
+
color: inherit;
|
|
634
597
|
}
|
|
635
|
-
.
|
|
636
|
-
|
|
598
|
+
.prose :where(ol):not(:where([class~="not-prose"] *)) {
|
|
599
|
+
list-style-type: decimal;
|
|
600
|
+
margin-top: 1.25em;
|
|
601
|
+
margin-bottom: 1.25em;
|
|
602
|
+
padding-left: 1.625em;
|
|
637
603
|
}
|
|
638
|
-
.
|
|
639
|
-
|
|
604
|
+
.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
|
|
605
|
+
list-style-type: upper-alpha;
|
|
640
606
|
}
|
|
641
|
-
.
|
|
642
|
-
|
|
607
|
+
.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
|
|
608
|
+
list-style-type: lower-alpha;
|
|
643
609
|
}
|
|
644
|
-
.
|
|
645
|
-
|
|
610
|
+
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
|
|
611
|
+
list-style-type: upper-alpha;
|
|
646
612
|
}
|
|
647
|
-
.
|
|
648
|
-
|
|
613
|
+
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
|
|
614
|
+
list-style-type: lower-alpha;
|
|
649
615
|
}
|
|
650
|
-
.
|
|
651
|
-
|
|
616
|
+
.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
|
|
617
|
+
list-style-type: upper-roman;
|
|
652
618
|
}
|
|
653
|
-
.
|
|
654
|
-
|
|
619
|
+
.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
|
|
620
|
+
list-style-type: lower-roman;
|
|
655
621
|
}
|
|
656
|
-
.
|
|
657
|
-
|
|
658
|
-
margin-right: calc(0.125rem * var(--tw-space-x-reverse));
|
|
659
|
-
margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
|
|
622
|
+
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
|
|
623
|
+
list-style-type: upper-roman;
|
|
660
624
|
}
|
|
661
|
-
.
|
|
662
|
-
|
|
663
|
-
margin-right: calc(0px * var(--tw-space-x-reverse));
|
|
664
|
-
margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
|
|
625
|
+
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
|
|
626
|
+
list-style-type: lower-roman;
|
|
665
627
|
}
|
|
666
|
-
.
|
|
667
|
-
|
|
668
|
-
border-color: rgb(243 244 246 / var(--tw-divide-opacity));
|
|
628
|
+
.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
|
|
629
|
+
list-style-type: decimal;
|
|
669
630
|
}
|
|
670
|
-
.
|
|
671
|
-
|
|
631
|
+
.prose :where(ul):not(:where([class~="not-prose"] *)) {
|
|
632
|
+
list-style-type: disc;
|
|
633
|
+
margin-top: 1.25em;
|
|
634
|
+
margin-bottom: 1.25em;
|
|
635
|
+
padding-left: 1.625em;
|
|
672
636
|
}
|
|
673
|
-
.
|
|
674
|
-
|
|
637
|
+
.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
|
|
638
|
+
font-weight: 400;
|
|
639
|
+
color: var(--tw-prose-counters);
|
|
675
640
|
}
|
|
676
|
-
.
|
|
677
|
-
|
|
641
|
+
.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
|
|
642
|
+
color: var(--tw-prose-bullets);
|
|
678
643
|
}
|
|
679
|
-
.
|
|
680
|
-
border-
|
|
644
|
+
.prose :where(hr):not(:where([class~="not-prose"] *)) {
|
|
645
|
+
border-color: var(--tw-prose-hr);
|
|
646
|
+
border-top-width: 1px;
|
|
647
|
+
margin-top: 3em;
|
|
648
|
+
margin-bottom: 3em;
|
|
681
649
|
}
|
|
682
|
-
.
|
|
683
|
-
|
|
650
|
+
.prose :where(blockquote):not(:where([class~="not-prose"] *)) {
|
|
651
|
+
font-weight: 500;
|
|
652
|
+
font-style: italic;
|
|
653
|
+
color: var(--tw-prose-quotes);
|
|
654
|
+
border-left-width: 0.25rem;
|
|
655
|
+
border-left-color: var(--tw-prose-quote-borders);
|
|
656
|
+
quotes: "\201C""\201D""\2018""\2019";
|
|
657
|
+
margin-top: 1.6em;
|
|
658
|
+
margin-bottom: 1.6em;
|
|
659
|
+
padding-left: 1em;
|
|
660
|
+
}
|
|
661
|
+
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
|
|
662
|
+
content: open-quote;
|
|
663
|
+
}
|
|
664
|
+
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
|
|
665
|
+
content: close-quote;
|
|
666
|
+
}
|
|
667
|
+
.prose :where(h1):not(:where([class~="not-prose"] *)) {
|
|
668
|
+
color: var(--tw-prose-headings);
|
|
669
|
+
font-weight: 800;
|
|
670
|
+
font-size: 2.25em;
|
|
671
|
+
margin-top: 0;
|
|
672
|
+
margin-bottom: 0.8888889em;
|
|
673
|
+
line-height: 1.1111111;
|
|
684
674
|
}
|
|
685
|
-
.
|
|
686
|
-
|
|
675
|
+
.prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
|
|
676
|
+
font-weight: 900;
|
|
677
|
+
color: inherit;
|
|
687
678
|
}
|
|
688
|
-
.
|
|
689
|
-
--tw-
|
|
690
|
-
|
|
679
|
+
.prose :where(h2):not(:where([class~="not-prose"] *)) {
|
|
680
|
+
color: var(--tw-prose-headings);
|
|
681
|
+
font-weight: 700;
|
|
682
|
+
font-size: 1.5em;
|
|
683
|
+
margin-top: 2em;
|
|
684
|
+
margin-bottom: 1em;
|
|
685
|
+
line-height: 1.3333333;
|
|
691
686
|
}
|
|
692
|
-
.
|
|
693
|
-
|
|
694
|
-
|
|
687
|
+
.prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
|
|
688
|
+
font-weight: 800;
|
|
689
|
+
color: inherit;
|
|
695
690
|
}
|
|
696
|
-
.
|
|
697
|
-
--tw-
|
|
698
|
-
|
|
691
|
+
.prose :where(h3):not(:where([class~="not-prose"] *)) {
|
|
692
|
+
color: var(--tw-prose-headings);
|
|
693
|
+
font-weight: 600;
|
|
694
|
+
font-size: 1.25em;
|
|
695
|
+
margin-top: 1.6em;
|
|
696
|
+
margin-bottom: 0.6em;
|
|
697
|
+
line-height: 1.6;
|
|
699
698
|
}
|
|
700
|
-
.
|
|
701
|
-
|
|
699
|
+
.prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
|
|
700
|
+
font-weight: 700;
|
|
701
|
+
color: inherit;
|
|
702
702
|
}
|
|
703
|
-
.
|
|
704
|
-
|
|
703
|
+
.prose :where(h4):not(:where([class~="not-prose"] *)) {
|
|
704
|
+
color: var(--tw-prose-headings);
|
|
705
|
+
font-weight: 600;
|
|
706
|
+
margin-top: 1.5em;
|
|
707
|
+
margin-bottom: 0.5em;
|
|
708
|
+
line-height: 1.5;
|
|
705
709
|
}
|
|
706
|
-
.
|
|
707
|
-
|
|
710
|
+
.prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
|
|
711
|
+
font-weight: 700;
|
|
712
|
+
color: inherit;
|
|
708
713
|
}
|
|
709
|
-
.
|
|
710
|
-
|
|
714
|
+
.prose :where(img):not(:where([class~="not-prose"] *)) {
|
|
715
|
+
margin-top: 2em;
|
|
716
|
+
margin-bottom: 2em;
|
|
711
717
|
}
|
|
712
|
-
.
|
|
713
|
-
|
|
714
|
-
|
|
718
|
+
.prose :where(figure > *):not(:where([class~="not-prose"] *)) {
|
|
719
|
+
margin-top: 0;
|
|
720
|
+
margin-bottom: 0;
|
|
715
721
|
}
|
|
716
|
-
.
|
|
717
|
-
|
|
718
|
-
|
|
722
|
+
.prose :where(figcaption):not(:where([class~="not-prose"] *)) {
|
|
723
|
+
color: var(--tw-prose-captions);
|
|
724
|
+
font-size: 0.875em;
|
|
725
|
+
line-height: 1.4285714;
|
|
726
|
+
margin-top: 0.8571429em;
|
|
719
727
|
}
|
|
720
|
-
.
|
|
721
|
-
|
|
722
|
-
|
|
728
|
+
.prose :where(code):not(:where([class~="not-prose"] *)) {
|
|
729
|
+
color: var(--tw-prose-code);
|
|
730
|
+
font-weight: 600;
|
|
731
|
+
font-size: 0.875em;
|
|
723
732
|
}
|
|
724
|
-
.
|
|
725
|
-
|
|
726
|
-
padding-bottom: 0px;
|
|
733
|
+
.prose :where(code):not(:where([class~="not-prose"] *))::before {
|
|
734
|
+
content: "`";
|
|
727
735
|
}
|
|
728
|
-
.
|
|
729
|
-
|
|
730
|
-
line-height: 1.75rem;
|
|
736
|
+
.prose :where(code):not(:where([class~="not-prose"] *))::after {
|
|
737
|
+
content: "`";
|
|
731
738
|
}
|
|
732
|
-
.
|
|
733
|
-
|
|
734
|
-
line-height: 1.25rem;
|
|
739
|
+
.prose :where(a code):not(:where([class~="not-prose"] *)) {
|
|
740
|
+
color: inherit;
|
|
735
741
|
}
|
|
736
|
-
.
|
|
737
|
-
|
|
738
|
-
line-height: 1rem;
|
|
742
|
+
.prose :where(h1 code):not(:where([class~="not-prose"] *)) {
|
|
743
|
+
color: inherit;
|
|
739
744
|
}
|
|
740
|
-
.
|
|
741
|
-
|
|
745
|
+
.prose :where(h2 code):not(:where([class~="not-prose"] *)) {
|
|
746
|
+
color: inherit;
|
|
747
|
+
font-size: 0.875em;
|
|
742
748
|
}
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
749
|
+
.prose :where(h3 code):not(:where([class~="not-prose"] *)) {
|
|
750
|
+
color: inherit;
|
|
751
|
+
font-size: 0.9em;
|
|
746
752
|
}
|
|
747
|
-
.
|
|
748
|
-
|
|
749
|
-
color: rgb(75 85 99 / var(--tw-text-opacity));
|
|
753
|
+
.prose :where(h4 code):not(:where([class~="not-prose"] *)) {
|
|
754
|
+
color: inherit;
|
|
750
755
|
}
|
|
751
|
-
.
|
|
752
|
-
|
|
753
|
-
color: rgb(17 24 39 / var(--tw-text-opacity));
|
|
756
|
+
.prose :where(blockquote code):not(:where([class~="not-prose"] *)) {
|
|
757
|
+
color: inherit;
|
|
754
758
|
}
|
|
755
|
-
.
|
|
756
|
-
|
|
759
|
+
.prose :where(thead th code):not(:where([class~="not-prose"] *)) {
|
|
760
|
+
color: inherit;
|
|
757
761
|
}
|
|
758
|
-
.
|
|
759
|
-
--tw-
|
|
760
|
-
|
|
762
|
+
.prose :where(pre):not(:where([class~="not-prose"] *)) {
|
|
763
|
+
color: var(--tw-prose-pre-code);
|
|
764
|
+
background-color: var(--tw-prose-pre-bg);
|
|
765
|
+
overflow-x: auto;
|
|
766
|
+
font-weight: 400;
|
|
767
|
+
font-size: 0.875em;
|
|
768
|
+
line-height: 1.7142857;
|
|
769
|
+
margin-top: 1.7142857em;
|
|
770
|
+
margin-bottom: 1.7142857em;
|
|
771
|
+
border-radius: 0.375rem;
|
|
772
|
+
padding-top: 0.8571429em;
|
|
773
|
+
padding-right: 1.1428571em;
|
|
774
|
+
padding-bottom: 0.8571429em;
|
|
775
|
+
padding-left: 1.1428571em;
|
|
761
776
|
}
|
|
762
|
-
.
|
|
763
|
-
|
|
764
|
-
|
|
777
|
+
.prose :where(pre code):not(:where([class~="not-prose"] *)) {
|
|
778
|
+
background-color: transparent;
|
|
779
|
+
border-width: 0;
|
|
780
|
+
border-radius: 0;
|
|
781
|
+
padding: 0;
|
|
782
|
+
font-weight: inherit;
|
|
783
|
+
color: inherit;
|
|
784
|
+
font-size: inherit;
|
|
785
|
+
font-family: inherit;
|
|
786
|
+
line-height: inherit;
|
|
765
787
|
}
|
|
766
|
-
.
|
|
767
|
-
|
|
768
|
-
background-color: rgb(243 244 246 / var(--tw-bg-opacity));
|
|
788
|
+
.prose :where(pre code):not(:where([class~="not-prose"] *))::before {
|
|
789
|
+
content: none;
|
|
769
790
|
}
|
|
770
|
-
.
|
|
771
|
-
|
|
772
|
-
-ms-text-size-adjust: 100%;
|
|
773
|
-
-webkit-text-size-adjust: 100%;
|
|
774
|
-
margin: 0;
|
|
775
|
-
color: #24292f;
|
|
776
|
-
background-color: #ffffff;
|
|
777
|
-
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
|
|
778
|
-
font-size: 16px;
|
|
779
|
-
line-height: 1.5;
|
|
780
|
-
word-wrap: break-word;
|
|
791
|
+
.prose :where(pre code):not(:where([class~="not-prose"] *))::after {
|
|
792
|
+
content: none;
|
|
781
793
|
}
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
794
|
+
.prose :where(table):not(:where([class~="not-prose"] *)) {
|
|
795
|
+
width: 100%;
|
|
796
|
+
table-layout: auto;
|
|
797
|
+
text-align: left;
|
|
798
|
+
margin-top: 2em;
|
|
799
|
+
margin-bottom: 2em;
|
|
800
|
+
font-size: 0.875em;
|
|
801
|
+
line-height: 1.7142857;
|
|
787
802
|
}
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
.markdown-body h3:hover .anchor .octicon-link:before,
|
|
792
|
-
.markdown-body h4:hover .anchor .octicon-link:before,
|
|
793
|
-
.markdown-body h5:hover .anchor .octicon-link:before,
|
|
794
|
-
.markdown-body h6:hover .anchor .octicon-link:before {
|
|
795
|
-
width: 16px;
|
|
796
|
-
height: 16px;
|
|
797
|
-
content: ' ';
|
|
798
|
-
display: inline-block;
|
|
799
|
-
background-color: currentColor;
|
|
800
|
-
-webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>");
|
|
801
|
-
mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>");
|
|
803
|
+
.prose :where(thead):not(:where([class~="not-prose"] *)) {
|
|
804
|
+
border-bottom-width: 1px;
|
|
805
|
+
border-bottom-color: var(--tw-prose-th-borders);
|
|
802
806
|
}
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
807
|
+
.prose :where(thead th):not(:where([class~="not-prose"] *)) {
|
|
808
|
+
color: var(--tw-prose-headings);
|
|
809
|
+
font-weight: 600;
|
|
810
|
+
vertical-align: bottom;
|
|
811
|
+
padding-right: 0.5714286em;
|
|
812
|
+
padding-bottom: 0.5714286em;
|
|
813
|
+
padding-left: 0.5714286em;
|
|
808
814
|
}
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
815
|
+
.prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
|
|
816
|
+
border-bottom-width: 1px;
|
|
817
|
+
border-bottom-color: var(--tw-prose-td-borders);
|
|
812
818
|
}
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
display: none !important;
|
|
819
|
+
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
|
|
820
|
+
border-bottom-width: 0;
|
|
816
821
|
}
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
background-color: transparent;
|
|
820
|
-
color: #0969da;
|
|
821
|
-
text-decoration: none;
|
|
822
|
+
.prose :where(tbody td):not(:where([class~="not-prose"] *)) {
|
|
823
|
+
vertical-align: baseline;
|
|
822
824
|
}
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
825
|
+
.prose :where(tfoot):not(:where([class~="not-prose"] *)) {
|
|
826
|
+
border-top-width: 1px;
|
|
827
|
+
border-top-color: var(--tw-prose-th-borders);
|
|
828
|
+
}
|
|
829
|
+
.prose :where(tfoot td):not(:where([class~="not-prose"] *)) {
|
|
830
|
+
vertical-align: top;
|
|
831
|
+
}
|
|
832
|
+
.prose {
|
|
833
|
+
--tw-prose-body: #374151;
|
|
834
|
+
--tw-prose-headings: #111827;
|
|
835
|
+
--tw-prose-lead: #4b5563;
|
|
836
|
+
--tw-prose-links: #111827;
|
|
837
|
+
--tw-prose-bold: #111827;
|
|
838
|
+
--tw-prose-counters: #6b7280;
|
|
839
|
+
--tw-prose-bullets: #d1d5db;
|
|
840
|
+
--tw-prose-hr: #e5e7eb;
|
|
841
|
+
--tw-prose-quotes: #111827;
|
|
842
|
+
--tw-prose-quote-borders: #e5e7eb;
|
|
843
|
+
--tw-prose-captions: #6b7280;
|
|
844
|
+
--tw-prose-code: #111827;
|
|
845
|
+
--tw-prose-pre-code: #e5e7eb;
|
|
846
|
+
--tw-prose-pre-bg: #1f2937;
|
|
847
|
+
--tw-prose-th-borders: #d1d5db;
|
|
848
|
+
--tw-prose-td-borders: #e5e7eb;
|
|
849
|
+
--tw-prose-invert-body: #d1d5db;
|
|
850
|
+
--tw-prose-invert-headings: #fff;
|
|
851
|
+
--tw-prose-invert-lead: #9ca3af;
|
|
852
|
+
--tw-prose-invert-links: #fff;
|
|
853
|
+
--tw-prose-invert-bold: #fff;
|
|
854
|
+
--tw-prose-invert-counters: #9ca3af;
|
|
855
|
+
--tw-prose-invert-bullets: #4b5563;
|
|
856
|
+
--tw-prose-invert-hr: #374151;
|
|
857
|
+
--tw-prose-invert-quotes: #f3f4f6;
|
|
858
|
+
--tw-prose-invert-quote-borders: #374151;
|
|
859
|
+
--tw-prose-invert-captions: #9ca3af;
|
|
860
|
+
--tw-prose-invert-code: #fff;
|
|
861
|
+
--tw-prose-invert-pre-code: #d1d5db;
|
|
862
|
+
--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
|
|
863
|
+
--tw-prose-invert-th-borders: #4b5563;
|
|
864
|
+
--tw-prose-invert-td-borders: #374151;
|
|
865
|
+
font-size: 1rem;
|
|
866
|
+
line-height: 1.75;
|
|
867
|
+
}
|
|
868
|
+
.prose :where(p):not(:where([class~="not-prose"] *)) {
|
|
869
|
+
margin-top: 1.25em;
|
|
870
|
+
margin-bottom: 1.25em;
|
|
871
|
+
}
|
|
872
|
+
.prose :where(video):not(:where([class~="not-prose"] *)) {
|
|
873
|
+
margin-top: 2em;
|
|
874
|
+
margin-bottom: 2em;
|
|
875
|
+
}
|
|
876
|
+
.prose :where(figure):not(:where([class~="not-prose"] *)) {
|
|
877
|
+
margin-top: 2em;
|
|
878
|
+
margin-bottom: 2em;
|
|
879
|
+
}
|
|
880
|
+
.prose :where(li):not(:where([class~="not-prose"] *)) {
|
|
881
|
+
margin-top: 0.5em;
|
|
882
|
+
margin-bottom: 0.5em;
|
|
883
|
+
}
|
|
884
|
+
.prose :where(ol > li):not(:where([class~="not-prose"] *)) {
|
|
885
|
+
padding-left: 0.375em;
|
|
886
|
+
}
|
|
887
|
+
.prose :where(ul > li):not(:where([class~="not-prose"] *)) {
|
|
888
|
+
padding-left: 0.375em;
|
|
889
|
+
}
|
|
890
|
+
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
|
|
891
|
+
margin-top: 0.75em;
|
|
892
|
+
margin-bottom: 0.75em;
|
|
827
893
|
}
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
border-bottom: none;
|
|
831
|
-
-webkit-text-decoration: underline dotted;
|
|
832
|
-
text-decoration: underline dotted;
|
|
894
|
+
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
|
|
895
|
+
margin-top: 1.25em;
|
|
833
896
|
}
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
.markdown-body strong {
|
|
837
|
-
font-weight: 600;
|
|
897
|
+
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
|
|
898
|
+
margin-bottom: 1.25em;
|
|
838
899
|
}
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
font-style: italic;
|
|
900
|
+
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
|
|
901
|
+
margin-top: 1.25em;
|
|
842
902
|
}
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
margin: .67em 0;
|
|
846
|
-
font-weight: 600;
|
|
847
|
-
padding-bottom: .3em;
|
|
848
|
-
font-size: 2em;
|
|
849
|
-
border-bottom: 1px solid hsla(210,18%,87%,1);
|
|
903
|
+
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
|
|
904
|
+
margin-bottom: 1.25em;
|
|
850
905
|
}
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
color: #24292f;
|
|
906
|
+
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
|
|
907
|
+
margin-top: 0.75em;
|
|
908
|
+
margin-bottom: 0.75em;
|
|
855
909
|
}
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
font-size: 90%;
|
|
910
|
+
.prose :where(hr + *):not(:where([class~="not-prose"] *)) {
|
|
911
|
+
margin-top: 0;
|
|
859
912
|
}
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
.markdown-body sup {
|
|
863
|
-
font-size: 75%;
|
|
864
|
-
line-height: 0;
|
|
865
|
-
position: relative;
|
|
866
|
-
vertical-align: baseline;
|
|
913
|
+
.prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
|
|
914
|
+
margin-top: 0;
|
|
867
915
|
}
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
bottom: -0.25em;
|
|
916
|
+
.prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
|
|
917
|
+
margin-top: 0;
|
|
871
918
|
}
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
top: -0.5em;
|
|
919
|
+
.prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
|
|
920
|
+
margin-top: 0;
|
|
875
921
|
}
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
border-style: none;
|
|
879
|
-
max-width: 100%;
|
|
880
|
-
box-sizing: content-box;
|
|
881
|
-
background-color: #ffffff;
|
|
922
|
+
.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
|
|
923
|
+
padding-left: 0;
|
|
882
924
|
}
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
.markdown-body kbd,
|
|
886
|
-
.markdown-body pre,
|
|
887
|
-
.markdown-body samp {
|
|
888
|
-
font-family: monospace,monospace;
|
|
889
|
-
font-size: 1em;
|
|
925
|
+
.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
|
|
926
|
+
padding-right: 0;
|
|
890
927
|
}
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
928
|
+
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
|
|
929
|
+
padding-top: 0.5714286em;
|
|
930
|
+
padding-right: 0.5714286em;
|
|
931
|
+
padding-bottom: 0.5714286em;
|
|
932
|
+
padding-left: 0.5714286em;
|
|
894
933
|
}
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
box-sizing: content-box;
|
|
898
|
-
overflow: hidden;
|
|
899
|
-
background: transparent;
|
|
900
|
-
border-bottom: 1px solid hsla(210,18%,87%,1);
|
|
901
|
-
height: .25em;
|
|
902
|
-
padding: 0;
|
|
903
|
-
margin: 24px 0;
|
|
904
|
-
background-color: #d0d7de;
|
|
905
|
-
border: 0;
|
|
934
|
+
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
|
|
935
|
+
padding-left: 0;
|
|
906
936
|
}
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
font: inherit;
|
|
910
|
-
margin: 0;
|
|
911
|
-
overflow: visible;
|
|
912
|
-
font-family: inherit;
|
|
913
|
-
font-size: inherit;
|
|
914
|
-
line-height: inherit;
|
|
915
|
-
}
|
|
916
|
-
|
|
917
|
-
.markdown-body [type=button],
|
|
918
|
-
.markdown-body [type=reset],
|
|
919
|
-
.markdown-body [type=submit] {
|
|
920
|
-
-webkit-appearance: button;
|
|
937
|
+
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
|
|
938
|
+
padding-right: 0;
|
|
921
939
|
}
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
.markdown-body [type=reset]::-moz-focus-inner,
|
|
925
|
-
.markdown-body [type=submit]::-moz-focus-inner {
|
|
926
|
-
border-style: none;
|
|
927
|
-
padding: 0;
|
|
928
|
-
}
|
|
929
|
-
|
|
930
|
-
.markdown-body [type=button]:-moz-focusring,
|
|
931
|
-
.markdown-body [type=reset]:-moz-focusring,
|
|
932
|
-
.markdown-body [type=submit]:-moz-focusring {
|
|
933
|
-
outline: 1px dotted ButtonText;
|
|
934
|
-
}
|
|
935
|
-
|
|
936
|
-
.markdown-body [type=checkbox],
|
|
937
|
-
.markdown-body [type=radio] {
|
|
938
|
-
box-sizing: border-box;
|
|
939
|
-
padding: 0;
|
|
940
|
-
}
|
|
941
|
-
|
|
942
|
-
.markdown-body [type=number]::-webkit-inner-spin-button,
|
|
943
|
-
.markdown-body [type=number]::-webkit-outer-spin-button {
|
|
944
|
-
height: auto;
|
|
945
|
-
}
|
|
946
|
-
|
|
947
|
-
.markdown-body [type=search] {
|
|
948
|
-
-webkit-appearance: textfield;
|
|
949
|
-
outline-offset: -2px;
|
|
950
|
-
}
|
|
951
|
-
|
|
952
|
-
.markdown-body [type=search]::-webkit-search-cancel-button,
|
|
953
|
-
.markdown-body [type=search]::-webkit-search-decoration {
|
|
954
|
-
-webkit-appearance: none;
|
|
940
|
+
.prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
|
|
941
|
+
margin-top: 0;
|
|
955
942
|
}
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
color: inherit;
|
|
959
|
-
opacity: .54;
|
|
943
|
+
.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
|
|
944
|
+
margin-bottom: 0;
|
|
960
945
|
}
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
-
|
|
964
|
-
font: inherit;
|
|
946
|
+
.prose-sm :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
|
|
947
|
+
margin-top: 0.5714286em;
|
|
948
|
+
margin-bottom: 0.5714286em;
|
|
965
949
|
}
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
text-decoration: underline;
|
|
950
|
+
.prose-sm :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
|
|
951
|
+
margin-top: 1.1428571em;
|
|
969
952
|
}
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
display: table;
|
|
973
|
-
content: "";
|
|
953
|
+
.prose-sm :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
|
|
954
|
+
margin-bottom: 1.1428571em;
|
|
974
955
|
}
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
display: table;
|
|
978
|
-
clear: both;
|
|
979
|
-
content: "";
|
|
956
|
+
.prose-sm :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
|
|
957
|
+
margin-top: 1.1428571em;
|
|
980
958
|
}
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
border-spacing: 0;
|
|
984
|
-
border-collapse: collapse;
|
|
985
|
-
display: block;
|
|
986
|
-
width: -webkit-max-content;
|
|
987
|
-
width: -moz-max-content;
|
|
988
|
-
width: max-content;
|
|
989
|
-
max-width: 100%;
|
|
990
|
-
overflow: auto;
|
|
959
|
+
.prose-sm :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
|
|
960
|
+
margin-bottom: 1.1428571em;
|
|
991
961
|
}
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
.markdown-body th {
|
|
995
|
-
padding: 0;
|
|
962
|
+
.prose-sm :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
|
|
963
|
+
margin-top: 0;
|
|
996
964
|
}
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
cursor: pointer;
|
|
965
|
+
.prose-sm :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
|
|
966
|
+
margin-bottom: 0;
|
|
1000
967
|
}
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
}
|
|
1005
|
-
|
|
1006
|
-
.markdown-body kbd {
|
|
1007
|
-
display: inline-block;
|
|
1008
|
-
padding: 3px 5px;
|
|
1009
|
-
font: 11px ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;
|
|
1010
|
-
line-height: 10px;
|
|
1011
|
-
color: #24292f;
|
|
1012
|
-
vertical-align: middle;
|
|
1013
|
-
background-color: #f6f8fa;
|
|
1014
|
-
border: solid 1px rgba(175,184,193,0.2);
|
|
1015
|
-
border-bottom-color: rgba(175,184,193,0.2);
|
|
1016
|
-
border-radius: 6px;
|
|
1017
|
-
box-shadow: inset 0 -1px 0 rgba(175,184,193,0.2);
|
|
1018
|
-
}
|
|
1019
|
-
|
|
1020
|
-
.markdown-body h1,
|
|
1021
|
-
.markdown-body h2,
|
|
1022
|
-
.markdown-body h3,
|
|
1023
|
-
.markdown-body h4,
|
|
1024
|
-
.markdown-body h5,
|
|
1025
|
-
.markdown-body h6 {
|
|
1026
|
-
margin-top: 24px;
|
|
1027
|
-
margin-bottom: 16px;
|
|
1028
|
-
font-weight: 600;
|
|
1029
|
-
line-height: 1.25;
|
|
968
|
+
.prose-base {
|
|
969
|
+
font-size: 1rem;
|
|
970
|
+
line-height: 1.75;
|
|
1030
971
|
}
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
padding-bottom: .3em;
|
|
1035
|
-
font-size: 1.5em;
|
|
1036
|
-
border-bottom: 1px solid hsla(210,18%,87%,1);
|
|
972
|
+
.prose-base :where(p):not(:where([class~="not-prose"] *)) {
|
|
973
|
+
margin-top: 1.25em;
|
|
974
|
+
margin-bottom: 1.25em;
|
|
1037
975
|
}
|
|
1038
|
-
|
|
1039
|
-
.markdown-body h3 {
|
|
1040
|
-
font-weight: 600;
|
|
976
|
+
.prose-base :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
|
|
1041
977
|
font-size: 1.25em;
|
|
978
|
+
line-height: 1.6;
|
|
979
|
+
margin-top: 1.2em;
|
|
980
|
+
margin-bottom: 1.2em;
|
|
1042
981
|
}
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
}
|
|
1048
|
-
|
|
1049
|
-
.markdown-body h5 {
|
|
1050
|
-
font-weight: 600;
|
|
1051
|
-
font-size: .875em;
|
|
1052
|
-
}
|
|
1053
|
-
|
|
1054
|
-
.markdown-body h6 {
|
|
1055
|
-
font-weight: 600;
|
|
1056
|
-
font-size: .85em;
|
|
1057
|
-
color: #57606a;
|
|
982
|
+
.prose-base :where(blockquote):not(:where([class~="not-prose"] *)) {
|
|
983
|
+
margin-top: 1.6em;
|
|
984
|
+
margin-bottom: 1.6em;
|
|
985
|
+
padding-left: 1em;
|
|
1058
986
|
}
|
|
1059
|
-
|
|
1060
|
-
|
|
987
|
+
.prose-base :where(h1):not(:where([class~="not-prose"] *)) {
|
|
988
|
+
font-size: 2.25em;
|
|
1061
989
|
margin-top: 0;
|
|
1062
|
-
margin-bottom:
|
|
990
|
+
margin-bottom: 0.8888889em;
|
|
991
|
+
line-height: 1.1111111;
|
|
1063
992
|
}
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
margin:
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
border-left: .25em solid #d0d7de;
|
|
993
|
+
.prose-base :where(h2):not(:where([class~="not-prose"] *)) {
|
|
994
|
+
font-size: 1.5em;
|
|
995
|
+
margin-top: 2em;
|
|
996
|
+
margin-bottom: 1em;
|
|
997
|
+
line-height: 1.3333333;
|
|
1070
998
|
}
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
margin-
|
|
1075
|
-
|
|
1076
|
-
padding-left: 2em;
|
|
999
|
+
.prose-base :where(h3):not(:where([class~="not-prose"] *)) {
|
|
1000
|
+
font-size: 1.25em;
|
|
1001
|
+
margin-top: 1.6em;
|
|
1002
|
+
margin-bottom: 0.6em;
|
|
1003
|
+
line-height: 1.6;
|
|
1077
1004
|
}
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1005
|
+
.prose-base :where(h4):not(:where([class~="not-prose"] *)) {
|
|
1006
|
+
margin-top: 1.5em;
|
|
1007
|
+
margin-bottom: 0.5em;
|
|
1008
|
+
line-height: 1.5;
|
|
1082
1009
|
}
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
.markdown-body ol ul ol,
|
|
1087
|
-
.markdown-body ol ol ol {
|
|
1088
|
-
list-style-type: lower-alpha;
|
|
1010
|
+
.prose-base :where(img):not(:where([class~="not-prose"] *)) {
|
|
1011
|
+
margin-top: 2em;
|
|
1012
|
+
margin-bottom: 2em;
|
|
1089
1013
|
}
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
margin-
|
|
1014
|
+
.prose-base :where(video):not(:where([class~="not-prose"] *)) {
|
|
1015
|
+
margin-top: 2em;
|
|
1016
|
+
margin-bottom: 2em;
|
|
1093
1017
|
}
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
font-family: ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;
|
|
1098
|
-
font-size: 12px;
|
|
1018
|
+
.prose-base :where(figure):not(:where([class~="not-prose"] *)) {
|
|
1019
|
+
margin-top: 2em;
|
|
1020
|
+
margin-bottom: 2em;
|
|
1099
1021
|
}
|
|
1100
|
-
|
|
1101
|
-
.markdown-body pre {
|
|
1022
|
+
.prose-base :where(figure > *):not(:where([class~="not-prose"] *)) {
|
|
1102
1023
|
margin-top: 0;
|
|
1103
1024
|
margin-bottom: 0;
|
|
1104
|
-
font-family: ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;
|
|
1105
|
-
font-size: 12px;
|
|
1106
|
-
word-wrap: normal;
|
|
1107
|
-
}
|
|
1108
|
-
|
|
1109
|
-
.markdown-body .octicon {
|
|
1110
|
-
display: inline-block;
|
|
1111
|
-
overflow: visible !important;
|
|
1112
|
-
vertical-align: text-bottom;
|
|
1113
|
-
fill: currentColor;
|
|
1114
|
-
}
|
|
1115
|
-
|
|
1116
|
-
.markdown-body ::-moz-placeholder {
|
|
1117
|
-
color: #6e7781;
|
|
1118
|
-
opacity: 1;
|
|
1119
|
-
}
|
|
1120
|
-
|
|
1121
|
-
.markdown-body ::placeholder {
|
|
1122
|
-
color: #6e7781;
|
|
1123
|
-
opacity: 1;
|
|
1124
|
-
}
|
|
1125
|
-
|
|
1126
|
-
.markdown-body input::-webkit-outer-spin-button,
|
|
1127
|
-
.markdown-body input::-webkit-inner-spin-button {
|
|
1128
|
-
margin: 0;
|
|
1129
|
-
-webkit-appearance: none;
|
|
1130
|
-
appearance: none;
|
|
1131
1025
|
}
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1026
|
+
.prose-base :where(figcaption):not(:where([class~="not-prose"] *)) {
|
|
1027
|
+
font-size: 0.875em;
|
|
1028
|
+
line-height: 1.4285714;
|
|
1029
|
+
margin-top: 0.8571429em;
|
|
1135
1030
|
}
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
.markdown-body .pl-s .pl-v {
|
|
1139
|
-
color: #0550ae;
|
|
1031
|
+
.prose-base :where(code):not(:where([class~="not-prose"] *)) {
|
|
1032
|
+
font-size: 0.875em;
|
|
1140
1033
|
}
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
.markdown-body .pl-en {
|
|
1144
|
-
color: #8250df;
|
|
1034
|
+
.prose-base :where(h2 code):not(:where([class~="not-prose"] *)) {
|
|
1035
|
+
font-size: 0.875em;
|
|
1145
1036
|
}
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
.markdown-body .pl-s .pl-s1 {
|
|
1149
|
-
color: #24292f;
|
|
1037
|
+
.prose-base :where(h3 code):not(:where([class~="not-prose"] *)) {
|
|
1038
|
+
font-size: 0.9em;
|
|
1150
1039
|
}
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1040
|
+
.prose-base :where(pre):not(:where([class~="not-prose"] *)) {
|
|
1041
|
+
font-size: 0.875em;
|
|
1042
|
+
line-height: 1.7142857;
|
|
1043
|
+
margin-top: 1.7142857em;
|
|
1044
|
+
margin-bottom: 1.7142857em;
|
|
1045
|
+
border-radius: 0.375rem;
|
|
1046
|
+
padding-top: 0.8571429em;
|
|
1047
|
+
padding-right: 1.1428571em;
|
|
1048
|
+
padding-bottom: 0.8571429em;
|
|
1049
|
+
padding-left: 1.1428571em;
|
|
1158
1050
|
}
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
.markdown-body .pl-sr,
|
|
1164
|
-
.markdown-body .pl-sr .pl-cce,
|
|
1165
|
-
.markdown-body .pl-sr .pl-sre,
|
|
1166
|
-
.markdown-body .pl-sr .pl-sra {
|
|
1167
|
-
color: #0a3069;
|
|
1051
|
+
.prose-base :where(ol):not(:where([class~="not-prose"] *)) {
|
|
1052
|
+
margin-top: 1.25em;
|
|
1053
|
+
margin-bottom: 1.25em;
|
|
1054
|
+
padding-left: 1.625em;
|
|
1168
1055
|
}
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1056
|
+
.prose-base :where(ul):not(:where([class~="not-prose"] *)) {
|
|
1057
|
+
margin-top: 1.25em;
|
|
1058
|
+
margin-bottom: 1.25em;
|
|
1059
|
+
padding-left: 1.625em;
|
|
1173
1060
|
}
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1061
|
+
.prose-base :where(li):not(:where([class~="not-prose"] *)) {
|
|
1062
|
+
margin-top: 0.5em;
|
|
1063
|
+
margin-bottom: 0.5em;
|
|
1177
1064
|
}
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
color: #f6f8fa;
|
|
1181
|
-
background-color: #82071e;
|
|
1065
|
+
.prose-base :where(ol > li):not(:where([class~="not-prose"] *)) {
|
|
1066
|
+
padding-left: 0.375em;
|
|
1182
1067
|
}
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
color: #f6f8fa;
|
|
1186
|
-
background-color: #cf222e;
|
|
1068
|
+
.prose-base :where(ul > li):not(:where([class~="not-prose"] *)) {
|
|
1069
|
+
padding-left: 0.375em;
|
|
1187
1070
|
}
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
color: #116329;
|
|
1071
|
+
.prose-base :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
|
|
1072
|
+
margin-top: 0.75em;
|
|
1073
|
+
margin-bottom: 0.75em;
|
|
1192
1074
|
}
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
color: #3b2300;
|
|
1075
|
+
.prose-base :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
|
|
1076
|
+
margin-top: 1.25em;
|
|
1196
1077
|
}
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
.markdown-body .pl-mh .pl-en,
|
|
1200
|
-
.markdown-body .pl-ms {
|
|
1201
|
-
font-weight: bold;
|
|
1202
|
-
color: #0550ae;
|
|
1078
|
+
.prose-base :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
|
|
1079
|
+
margin-bottom: 1.25em;
|
|
1203
1080
|
}
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
font-style: italic;
|
|
1207
|
-
color: #24292f;
|
|
1081
|
+
.prose-base :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
|
|
1082
|
+
margin-top: 1.25em;
|
|
1208
1083
|
}
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
font-weight: bold;
|
|
1212
|
-
color: #24292f;
|
|
1084
|
+
.prose-base :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
|
|
1085
|
+
margin-bottom: 1.25em;
|
|
1213
1086
|
}
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
background-color: #FFEBE9;
|
|
1087
|
+
.prose-base :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
|
|
1088
|
+
margin-top: 0.75em;
|
|
1089
|
+
margin-bottom: 0.75em;
|
|
1218
1090
|
}
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
background-color: #dafbe1;
|
|
1091
|
+
.prose-base :where(hr):not(:where([class~="not-prose"] *)) {
|
|
1092
|
+
margin-top: 3em;
|
|
1093
|
+
margin-bottom: 3em;
|
|
1223
1094
|
}
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
color: #953800;
|
|
1227
|
-
background-color: #ffd8b5;
|
|
1095
|
+
.prose-base :where(hr + *):not(:where([class~="not-prose"] *)) {
|
|
1096
|
+
margin-top: 0;
|
|
1228
1097
|
}
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
color: #eaeef2;
|
|
1232
|
-
background-color: #0550ae;
|
|
1098
|
+
.prose-base :where(h2 + *):not(:where([class~="not-prose"] *)) {
|
|
1099
|
+
margin-top: 0;
|
|
1233
1100
|
}
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
font-weight: bold;
|
|
1237
|
-
color: #8250df;
|
|
1101
|
+
.prose-base :where(h3 + *):not(:where([class~="not-prose"] *)) {
|
|
1102
|
+
margin-top: 0;
|
|
1238
1103
|
}
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
color: #57606a;
|
|
1104
|
+
.prose-base :where(h4 + *):not(:where([class~="not-prose"] *)) {
|
|
1105
|
+
margin-top: 0;
|
|
1242
1106
|
}
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1107
|
+
.prose-base :where(table):not(:where([class~="not-prose"] *)) {
|
|
1108
|
+
font-size: 0.875em;
|
|
1109
|
+
line-height: 1.7142857;
|
|
1246
1110
|
}
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1111
|
+
.prose-base :where(thead th):not(:where([class~="not-prose"] *)) {
|
|
1112
|
+
padding-right: 0.5714286em;
|
|
1113
|
+
padding-bottom: 0.5714286em;
|
|
1114
|
+
padding-left: 0.5714286em;
|
|
1251
1115
|
}
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
display: block;
|
|
1116
|
+
.prose-base :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
|
|
1117
|
+
padding-left: 0;
|
|
1255
1118
|
}
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
font-family: "Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
|
|
1259
|
-
font-size: 1em;
|
|
1260
|
-
font-style: normal !important;
|
|
1261
|
-
font-weight: 400;
|
|
1262
|
-
line-height: 1;
|
|
1263
|
-
vertical-align: -0.075em;
|
|
1119
|
+
.prose-base :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
|
|
1120
|
+
padding-right: 0;
|
|
1264
1121
|
}
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1122
|
+
.prose-base :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
|
|
1123
|
+
padding-top: 0.5714286em;
|
|
1124
|
+
padding-right: 0.5714286em;
|
|
1125
|
+
padding-bottom: 0.5714286em;
|
|
1126
|
+
padding-left: 0.5714286em;
|
|
1269
1127
|
}
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
display: table;
|
|
1273
|
-
content: "";
|
|
1128
|
+
.prose-base :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
|
|
1129
|
+
padding-left: 0;
|
|
1274
1130
|
}
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
display: table;
|
|
1278
|
-
clear: both;
|
|
1279
|
-
content: "";
|
|
1131
|
+
.prose-base :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
|
|
1132
|
+
padding-right: 0;
|
|
1280
1133
|
}
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
margin-top: 0 !important;
|
|
1134
|
+
.prose-base :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
|
|
1135
|
+
margin-top: 0;
|
|
1284
1136
|
}
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
margin-bottom: 0 !important;
|
|
1137
|
+
.prose-base :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
|
|
1138
|
+
margin-bottom: 0;
|
|
1288
1139
|
}
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
text-decoration: none;
|
|
1140
|
+
.prose-lg :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
|
|
1141
|
+
margin-top: 0.8888889em;
|
|
1142
|
+
margin-bottom: 0.8888889em;
|
|
1293
1143
|
}
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
color: #cf222e;
|
|
1144
|
+
.prose-lg :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
|
|
1145
|
+
margin-top: 1.3333333em;
|
|
1297
1146
|
}
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
float: left;
|
|
1301
|
-
padding-right: 4px;
|
|
1302
|
-
margin-left: -20px;
|
|
1303
|
-
line-height: 1;
|
|
1147
|
+
.prose-lg :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
|
|
1148
|
+
margin-bottom: 1.3333333em;
|
|
1304
1149
|
}
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
outline: none;
|
|
1150
|
+
.prose-lg :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
|
|
1151
|
+
margin-top: 1.3333333em;
|
|
1308
1152
|
}
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
.markdown-body blockquote,
|
|
1312
|
-
.markdown-body ul,
|
|
1313
|
-
.markdown-body ol,
|
|
1314
|
-
.markdown-body dl,
|
|
1315
|
-
.markdown-body table,
|
|
1316
|
-
.markdown-body pre,
|
|
1317
|
-
.markdown-body details {
|
|
1318
|
-
margin-top: 0;
|
|
1319
|
-
margin-bottom: 16px;
|
|
1153
|
+
.prose-lg :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
|
|
1154
|
+
margin-bottom: 1.3333333em;
|
|
1320
1155
|
}
|
|
1321
|
-
|
|
1322
|
-
.markdown-body blockquote>:first-child {
|
|
1156
|
+
.prose-lg :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
|
|
1323
1157
|
margin-top: 0;
|
|
1324
1158
|
}
|
|
1325
|
-
|
|
1326
|
-
.markdown-body blockquote>:last-child {
|
|
1159
|
+
.prose-lg :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
|
|
1327
1160
|
margin-bottom: 0;
|
|
1328
1161
|
}
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
}
|
|
1333
|
-
|
|
1334
|
-
.markdown-body sup>a::after {
|
|
1335
|
-
content: "]";
|
|
1336
|
-
}
|
|
1337
|
-
|
|
1338
|
-
.markdown-body h1 .octicon-link,
|
|
1339
|
-
.markdown-body h2 .octicon-link,
|
|
1340
|
-
.markdown-body h3 .octicon-link,
|
|
1341
|
-
.markdown-body h4 .octicon-link,
|
|
1342
|
-
.markdown-body h5 .octicon-link,
|
|
1343
|
-
.markdown-body h6 .octicon-link {
|
|
1344
|
-
color: #24292f;
|
|
1345
|
-
vertical-align: middle;
|
|
1346
|
-
visibility: hidden;
|
|
1347
|
-
}
|
|
1348
|
-
|
|
1349
|
-
.markdown-body h1:hover .anchor,
|
|
1350
|
-
.markdown-body h2:hover .anchor,
|
|
1351
|
-
.markdown-body h3:hover .anchor,
|
|
1352
|
-
.markdown-body h4:hover .anchor,
|
|
1353
|
-
.markdown-body h5:hover .anchor,
|
|
1354
|
-
.markdown-body h6:hover .anchor {
|
|
1355
|
-
text-decoration: none;
|
|
1356
|
-
}
|
|
1357
|
-
|
|
1358
|
-
.markdown-body h1:hover .anchor .octicon-link,
|
|
1359
|
-
.markdown-body h2:hover .anchor .octicon-link,
|
|
1360
|
-
.markdown-body h3:hover .anchor .octicon-link,
|
|
1361
|
-
.markdown-body h4:hover .anchor .octicon-link,
|
|
1362
|
-
.markdown-body h5:hover .anchor .octicon-link,
|
|
1363
|
-
.markdown-body h6:hover .anchor .octicon-link {
|
|
1364
|
-
visibility: visible;
|
|
1365
|
-
}
|
|
1366
|
-
|
|
1367
|
-
.markdown-body h1 tt,
|
|
1368
|
-
.markdown-body h1 code,
|
|
1369
|
-
.markdown-body h2 tt,
|
|
1370
|
-
.markdown-body h2 code,
|
|
1371
|
-
.markdown-body h3 tt,
|
|
1372
|
-
.markdown-body h3 code,
|
|
1373
|
-
.markdown-body h4 tt,
|
|
1374
|
-
.markdown-body h4 code,
|
|
1375
|
-
.markdown-body h5 tt,
|
|
1376
|
-
.markdown-body h5 code,
|
|
1377
|
-
.markdown-body h6 tt,
|
|
1378
|
-
.markdown-body h6 code {
|
|
1379
|
-
padding: 0 .2em;
|
|
1380
|
-
font-size: inherit;
|
|
1162
|
+
.prose-xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
|
|
1163
|
+
margin-top: 0.8em;
|
|
1164
|
+
margin-bottom: 0.8em;
|
|
1381
1165
|
}
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
.markdown-body ol.no-list {
|
|
1385
|
-
padding: 0;
|
|
1386
|
-
list-style-type: none;
|
|
1166
|
+
.prose-xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
|
|
1167
|
+
margin-top: 1.2em;
|
|
1387
1168
|
}
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
list-style-type: decimal;
|
|
1169
|
+
.prose-xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
|
|
1170
|
+
margin-bottom: 1.2em;
|
|
1391
1171
|
}
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
list-style-type: lower-alpha;
|
|
1172
|
+
.prose-xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
|
|
1173
|
+
margin-top: 1.2em;
|
|
1395
1174
|
}
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
list-style-type: lower-roman;
|
|
1175
|
+
.prose-xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
|
|
1176
|
+
margin-bottom: 1.2em;
|
|
1399
1177
|
}
|
|
1400
|
-
|
|
1401
|
-
.markdown-body div>ol:not([type]) {
|
|
1402
|
-
list-style-type: decimal;
|
|
1403
|
-
}
|
|
1404
|
-
|
|
1405
|
-
.markdown-body ul ul,
|
|
1406
|
-
.markdown-body ul ol,
|
|
1407
|
-
.markdown-body ol ol,
|
|
1408
|
-
.markdown-body ol ul {
|
|
1178
|
+
.prose-xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
|
|
1409
1179
|
margin-top: 0;
|
|
1180
|
+
}
|
|
1181
|
+
.prose-xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
|
|
1410
1182
|
margin-bottom: 0;
|
|
1411
1183
|
}
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
margin-
|
|
1184
|
+
.prose-2xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
|
|
1185
|
+
margin-top: 0.8333333em;
|
|
1186
|
+
margin-bottom: 0.8333333em;
|
|
1415
1187
|
}
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
margin-top: .25em;
|
|
1188
|
+
.prose-2xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
|
|
1189
|
+
margin-top: 1.3333333em;
|
|
1419
1190
|
}
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
padding: 0;
|
|
1191
|
+
.prose-2xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
|
|
1192
|
+
margin-bottom: 1.3333333em;
|
|
1423
1193
|
}
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
padding: 0;
|
|
1427
|
-
margin-top: 16px;
|
|
1428
|
-
font-size: 1em;
|
|
1429
|
-
font-style: italic;
|
|
1430
|
-
font-weight: 600;
|
|
1194
|
+
.prose-2xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
|
|
1195
|
+
margin-top: 1.3333333em;
|
|
1431
1196
|
}
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
padding: 0 16px;
|
|
1435
|
-
margin-bottom: 16px;
|
|
1197
|
+
.prose-2xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
|
|
1198
|
+
margin-bottom: 1.3333333em;
|
|
1436
1199
|
}
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
font-weight: 600;
|
|
1200
|
+
.prose-2xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
|
|
1201
|
+
margin-top: 0;
|
|
1440
1202
|
}
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
.markdown-body table td {
|
|
1444
|
-
padding: 6px 13px;
|
|
1445
|
-
border: 1px solid #d0d7de;
|
|
1203
|
+
.prose-2xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
|
|
1204
|
+
margin-bottom: 0;
|
|
1446
1205
|
}
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
background-color: #ffffff;
|
|
1450
|
-
border-top: 1px solid hsla(210,18%,87%,1);
|
|
1206
|
+
.relative {
|
|
1207
|
+
position: relative;
|
|
1451
1208
|
}
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
background-color: #f6f8fa;
|
|
1209
|
+
.flex {
|
|
1210
|
+
display: flex;
|
|
1455
1211
|
}
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
background-color: transparent;
|
|
1212
|
+
.inline-flex {
|
|
1213
|
+
display: inline-flex;
|
|
1459
1214
|
}
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
padding-left: 20px;
|
|
1215
|
+
.h-full {
|
|
1216
|
+
height: 100%;
|
|
1463
1217
|
}
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
padding-right: 20px;
|
|
1218
|
+
.max-h-72 {
|
|
1219
|
+
max-height: 18rem;
|
|
1467
1220
|
}
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
max-width: none;
|
|
1471
|
-
vertical-align: text-top;
|
|
1472
|
-
background-color: transparent;
|
|
1221
|
+
.w-full {
|
|
1222
|
+
width: 100%;
|
|
1473
1223
|
}
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
display: block;
|
|
1477
|
-
overflow: hidden;
|
|
1224
|
+
.w-24 {
|
|
1225
|
+
width: 6rem;
|
|
1478
1226
|
}
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
display: block;
|
|
1482
|
-
float: left;
|
|
1483
|
-
width: auto;
|
|
1484
|
-
padding: 7px;
|
|
1485
|
-
margin: 13px 0 0;
|
|
1486
|
-
overflow: hidden;
|
|
1487
|
-
border: 1px solid #d0d7de;
|
|
1227
|
+
.w-52 {
|
|
1228
|
+
width: 13rem;
|
|
1488
1229
|
}
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
display: block;
|
|
1492
|
-
float: left;
|
|
1230
|
+
.w-6 {
|
|
1231
|
+
width: 1.5rem;
|
|
1493
1232
|
}
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
display: block;
|
|
1497
|
-
padding: 5px 0 0;
|
|
1498
|
-
clear: both;
|
|
1499
|
-
color: #24292f;
|
|
1233
|
+
.\!max-w-none {
|
|
1234
|
+
max-width: none !important;
|
|
1500
1235
|
}
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
display: block;
|
|
1504
|
-
overflow: hidden;
|
|
1505
|
-
clear: both;
|
|
1236
|
+
.flex-row {
|
|
1237
|
+
flex-direction: row;
|
|
1506
1238
|
}
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
display: block;
|
|
1510
|
-
margin: 13px auto 0;
|
|
1511
|
-
overflow: hidden;
|
|
1512
|
-
text-align: center;
|
|
1239
|
+
.flex-col {
|
|
1240
|
+
flex-direction: column;
|
|
1513
1241
|
}
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
margin: 0 auto;
|
|
1517
|
-
text-align: center;
|
|
1242
|
+
.items-center {
|
|
1243
|
+
align-items: center;
|
|
1518
1244
|
}
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
display: block;
|
|
1522
|
-
overflow: hidden;
|
|
1523
|
-
clear: both;
|
|
1245
|
+
.justify-center {
|
|
1246
|
+
justify-content: center;
|
|
1524
1247
|
}
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
display: block;
|
|
1528
|
-
margin: 13px 0 0;
|
|
1529
|
-
overflow: hidden;
|
|
1530
|
-
text-align: right;
|
|
1248
|
+
.gap-2 {
|
|
1249
|
+
gap: 0.5rem;
|
|
1531
1250
|
}
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
margin: 0;
|
|
1535
|
-
text-align: right;
|
|
1251
|
+
.gap-4 {
|
|
1252
|
+
gap: 1rem;
|
|
1536
1253
|
}
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
margin-right: 13px;
|
|
1542
|
-
overflow: hidden;
|
|
1254
|
+
.space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
|
|
1255
|
+
--tw-space-x-reverse: 0;
|
|
1256
|
+
margin-right: calc(0.125rem * var(--tw-space-x-reverse));
|
|
1257
|
+
margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
|
|
1543
1258
|
}
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
margin:
|
|
1259
|
+
.space-x-0 > :not([hidden]) ~ :not([hidden]) {
|
|
1260
|
+
--tw-space-x-reverse: 0;
|
|
1261
|
+
margin-right: calc(0px * var(--tw-space-x-reverse));
|
|
1262
|
+
margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
|
|
1547
1263
|
}
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
float: right;
|
|
1552
|
-
margin-left: 13px;
|
|
1553
|
-
overflow: hidden;
|
|
1264
|
+
.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
|
|
1265
|
+
--tw-divide-opacity: 1;
|
|
1266
|
+
border-color: rgb(243 244 246 / var(--tw-divide-opacity));
|
|
1554
1267
|
}
|
|
1555
|
-
|
|
1556
|
-
.markdown-body span.float-right>span {
|
|
1557
|
-
display: block;
|
|
1558
|
-
margin: 13px auto 0;
|
|
1268
|
+
.overflow-hidden {
|
|
1559
1269
|
overflow: hidden;
|
|
1560
|
-
text-align: right;
|
|
1561
1270
|
}
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
.markdown-body tt {
|
|
1565
|
-
padding: .2em .4em;
|
|
1566
|
-
margin: 0;
|
|
1567
|
-
font-size: 85%;
|
|
1568
|
-
background-color: rgba(175,184,193,0.2);
|
|
1569
|
-
border-radius: 6px;
|
|
1570
|
-
}
|
|
1571
|
-
|
|
1572
|
-
.markdown-body code br,
|
|
1573
|
-
.markdown-body tt br {
|
|
1574
|
-
display: none;
|
|
1271
|
+
.rounded {
|
|
1272
|
+
border-radius: 0.25rem;
|
|
1575
1273
|
}
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
text-decoration: inherit;
|
|
1274
|
+
.rounded-sm {
|
|
1275
|
+
border-radius: 0.125rem;
|
|
1579
1276
|
}
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
font-size: 100%;
|
|
1277
|
+
.rounded-md {
|
|
1278
|
+
border-radius: 0.375rem;
|
|
1583
1279
|
}
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
padding: 0;
|
|
1587
|
-
margin: 0;
|
|
1588
|
-
word-break: normal;
|
|
1589
|
-
white-space: pre;
|
|
1590
|
-
background: transparent;
|
|
1591
|
-
border: 0;
|
|
1280
|
+
.border {
|
|
1281
|
+
border-width: 1px;
|
|
1592
1282
|
}
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
margin-bottom: 16px;
|
|
1283
|
+
.border-b {
|
|
1284
|
+
border-bottom-width: 1px;
|
|
1596
1285
|
}
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
word-break: normal;
|
|
1286
|
+
.bg-white {
|
|
1287
|
+
--tw-bg-opacity: 1;
|
|
1288
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
1601
1289
|
}
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
padding: 16px;
|
|
1606
|
-
overflow: auto;
|
|
1607
|
-
font-size: 85%;
|
|
1608
|
-
line-height: 1.45;
|
|
1609
|
-
background-color: #f6f8fa;
|
|
1610
|
-
border-radius: 6px;
|
|
1290
|
+
.bg-gray-200 {
|
|
1291
|
+
--tw-bg-opacity: 1;
|
|
1292
|
+
background-color: rgb(229 231 235 / var(--tw-bg-opacity));
|
|
1611
1293
|
}
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
display: inline;
|
|
1616
|
-
max-width: auto;
|
|
1617
|
-
padding: 0;
|
|
1618
|
-
margin: 0;
|
|
1619
|
-
overflow: visible;
|
|
1620
|
-
line-height: inherit;
|
|
1621
|
-
word-wrap: normal;
|
|
1622
|
-
background-color: transparent;
|
|
1623
|
-
border: 0;
|
|
1294
|
+
.bg-gray-100 {
|
|
1295
|
+
--tw-bg-opacity: 1;
|
|
1296
|
+
background-color: rgb(243 244 246 / var(--tw-bg-opacity));
|
|
1624
1297
|
}
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
.markdown-body .csv-data th {
|
|
1628
|
-
padding: 5px;
|
|
1629
|
-
overflow: hidden;
|
|
1630
|
-
font-size: 12px;
|
|
1631
|
-
line-height: 1;
|
|
1632
|
-
text-align: left;
|
|
1633
|
-
white-space: nowrap;
|
|
1298
|
+
.p-1 {
|
|
1299
|
+
padding: 0.25rem;
|
|
1634
1300
|
}
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
padding: 10px 8px 9px;
|
|
1638
|
-
text-align: right;
|
|
1639
|
-
background: #ffffff;
|
|
1640
|
-
border: 0;
|
|
1301
|
+
.p-0\.5 {
|
|
1302
|
+
padding: 0.125rem;
|
|
1641
1303
|
}
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
border-top: 0;
|
|
1304
|
+
.p-0 {
|
|
1305
|
+
padding: 0px;
|
|
1645
1306
|
}
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
font-weight: 600;
|
|
1649
|
-
background: #f6f8fa;
|
|
1650
|
-
border-top: 0;
|
|
1307
|
+
.p-4 {
|
|
1308
|
+
padding: 1rem;
|
|
1651
1309
|
}
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
color: #57606a;
|
|
1656
|
-
border-top: 1px solid #d0d7de;
|
|
1310
|
+
.py-1 {
|
|
1311
|
+
padding-top: 0.25rem;
|
|
1312
|
+
padding-bottom: 0.25rem;
|
|
1657
1313
|
}
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
padding-
|
|
1314
|
+
.py-0\.5 {
|
|
1315
|
+
padding-top: 0.125rem;
|
|
1316
|
+
padding-bottom: 0.125rem;
|
|
1661
1317
|
}
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1318
|
+
.px-1 {
|
|
1319
|
+
padding-left: 0.25rem;
|
|
1320
|
+
padding-right: 0.25rem;
|
|
1665
1321
|
}
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
top: -8px;
|
|
1670
|
-
right: -8px;
|
|
1671
|
-
bottom: -8px;
|
|
1672
|
-
left: -24px;
|
|
1673
|
-
pointer-events: none;
|
|
1674
|
-
content: "";
|
|
1675
|
-
border: 2px solid #0969da;
|
|
1676
|
-
border-radius: 6px;
|
|
1322
|
+
.py-0 {
|
|
1323
|
+
padding-top: 0px;
|
|
1324
|
+
padding-bottom: 0px;
|
|
1677
1325
|
}
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1326
|
+
.text-lg {
|
|
1327
|
+
font-size: 1.125rem;
|
|
1328
|
+
line-height: 1.75rem;
|
|
1681
1329
|
}
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1330
|
+
.text-sm {
|
|
1331
|
+
font-size: 0.875rem;
|
|
1332
|
+
line-height: 1.25rem;
|
|
1685
1333
|
}
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1334
|
+
.text-xs {
|
|
1335
|
+
font-size: 0.75rem;
|
|
1336
|
+
line-height: 1rem;
|
|
1689
1337
|
}
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1338
|
+
.\!text-black {
|
|
1339
|
+
--tw-text-opacity: 1 !important;
|
|
1340
|
+
color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
|
|
1693
1341
|
}
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1342
|
+
.text-gray-600 {
|
|
1343
|
+
--tw-text-opacity: 1;
|
|
1344
|
+
color: rgb(75 85 99 / var(--tw-text-opacity));
|
|
1697
1345
|
}
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1346
|
+
.text-gray-900 {
|
|
1347
|
+
--tw-text-opacity: 1;
|
|
1348
|
+
color: rgb(17 24 39 / var(--tw-text-opacity));
|
|
1701
1349
|
}
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1350
|
+
.drop-shadow {
|
|
1351
|
+
--tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
|
|
1352
|
+
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);
|
|
1705
1353
|
}
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
vertical-align: middle;
|
|
1354
|
+
.drop-shadow-sm {
|
|
1355
|
+
--tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
|
|
1356
|
+
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);
|
|
1710
1357
|
}
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1358
|
+
.hover\:bg-gray-100:hover {
|
|
1359
|
+
--tw-bg-opacity: 1;
|
|
1360
|
+
background-color: rgb(243 244 246 / var(--tw-bg-opacity));
|
|
1714
1361
|
}
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
filter: invert(50%);
|
|
1362
|
+
.prose-pre\:p-0 :is(:where(pre):not(:where([class~="not-prose"] *))) {
|
|
1363
|
+
padding: 0px;
|
|
1718
1364
|
}
|
|
1365
|
+
.resize-observer[data-v-b329ee4c]{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;border:none;background-color:transparent;pointer-events:none;display:block;overflow:hidden;opacity:0}.resize-observer[data-v-b329ee4c] object{display:block;position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden;pointer-events:none;z-index:-1}.v-popper__popper{z-index:10000;top:0;left:0;outline:none}.v-popper__popper.v-popper__popper--hidden{visibility:hidden;opacity:0;transition:opacity .15s,visibility .15s;pointer-events:none}.v-popper__popper.v-popper__popper--shown{visibility:visible;opacity:1;transition:opacity .15s}.v-popper__popper.v-popper__popper--skip-transition,.v-popper__popper.v-popper__popper--skip-transition>.v-popper__wrapper{transition:none!important}.v-popper__backdrop{position:absolute;top:0;left:0;width:100%;height:100%;display:none}.v-popper__inner{position:relative;box-sizing:border-box;overflow-y:auto}.v-popper__inner>div{position:relative;z-index:1;max-width:inherit;max-height:inherit}.v-popper__arrow-container{position:absolute;width:10px;height:10px}.v-popper__popper--arrow-overflow .v-popper__arrow-container,.v-popper__popper--no-positioning .v-popper__arrow-container{display:none}.v-popper__arrow-inner,.v-popper__arrow-outer{border-style:solid;position:absolute;top:0;left:0;width:0;height:0}.v-popper__arrow-inner{visibility:hidden;border-width:7px}.v-popper__arrow-outer{border-width:6px}.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner{left:-2px}.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-outer,.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer{left:-1px}.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-outer{border-bottom-width:0;border-left-color:transparent!important;border-right-color:transparent!important;border-bottom-color:transparent!important}.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner{top:-2px}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-container{top:0}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer{border-top-width:0;border-left-color:transparent!important;border-right-color:transparent!important;border-top-color:transparent!important}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner{top:-4px}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer{top:-6px}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner{top:-2px}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-outer,.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer{top:-1px}.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer{border-left-width:0;border-left-color:transparent!important;border-top-color:transparent!important;border-bottom-color:transparent!important}.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner{left:-4px}.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer{left:-6px}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-container{right:-10px}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-outer{border-right-width:0;border-top-color:transparent!important;border-right-color:transparent!important;border-bottom-color:transparent!important}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner{left:-2px}.v-popper--theme-dropdown .v-popper__inner{background:#fff;color:#000;border-radius:6px;border:1px solid #ddd;box-shadow:0 6px 30px #0000001a}.v-popper--theme-dropdown .v-popper__arrow-inner{visibility:visible;border-color:#fff}.v-popper--theme-dropdown .v-popper__arrow-outer{border-color:#ddd}.v-popper--theme-tooltip .v-popper__inner{background:rgba(0,0,0,.8);color:#fff;border-radius:6px;padding:7px 12px 6px}.v-popper--theme-tooltip .v-popper__arrow-outer{border-color:#000c}
|
|
1719
1366
|
.command-items {
|
|
1720
1367
|
position: relative;
|
|
1721
|
-
|
|
1368
|
+
max-height: 18rem;
|
|
1369
|
+
width: 13rem;
|
|
1722
1370
|
overflow: hidden;
|
|
1371
|
+
overflow-y: auto;
|
|
1723
1372
|
border-radius: 0.375rem;
|
|
1724
1373
|
--tw-bg-opacity: 1;
|
|
1725
1374
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|