File tree Expand file tree Collapse file tree 1 file changed +19
-11
lines changed Expand file tree Collapse file tree 1 file changed +19
-11
lines changed Original file line number Diff line number Diff line change 1
- @use ' ./variables' as * ;
1
+ @use ' ./variables' as * ;
2
2
3
3
.markdown .octicon {
4
4
display : inline-block ;
58
58
display : inline-block ;
59
59
background-image : url (" data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' width='16' height='16' aria-hidden='true'%3E%3Cpath fill-rule='evenodd' d='M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z'%3E%3C/path%3E%3C/svg%3E" );
60
60
}
61
+
61
62
.markdown {
62
63
-ms-text-size-adjust : 100% ;
63
64
-webkit-text-size-adjust : 100% ;
297
298
appearance : none ;
298
299
}
299
300
300
- .markdown :checked + .radio-label {
301
+ .markdown :checked + .radio-label {
301
302
position : relative ;
302
303
z-index : 1 ;
303
304
border-color : #0366d6 ;
620
621
clear : both ;
621
622
}
622
623
623
- .markdown > :first-child {
624
+ .markdown > :first-child {
624
625
margin-top : 0 !important ;
625
626
}
626
627
627
- .markdown > :last-child {
628
+ .markdown > :last-child {
628
629
margin-bottom : 0 !important ;
629
630
}
630
631
659
660
border-left : 0.25em solid #dfe2e5 ;
660
661
}
661
662
662
- .markdown blockquote > :first-child {
663
+ .markdown blockquote > :first-child {
663
664
margin-top : 0 ;
664
665
}
665
666
666
- .markdown blockquote > :last-child {
667
+ .markdown blockquote > :last-child {
667
668
margin-bottom : 0 ;
668
669
}
669
670
717
718
margin-bottom : 0 ;
718
719
}
719
720
721
+ .markdown ol {
722
+ list-style-type : decimal ;
723
+ }
724
+
720
725
.markdown ul {
721
726
list-style-type : disc ;
722
727
}
727
732
text-align : -webkit-match-parent ;
728
733
}
729
734
730
- .markdown li > p {
735
+ .markdown li > p {
731
736
margin-top : 16px ;
732
737
}
733
738
734
- .markdown li + li {
739
+ .markdown li + li {
735
740
margin-top : 0.25em ;
736
741
}
737
742
805
810
word-wrap : normal ;
806
811
}
807
812
808
- .markdown pre > code {
813
+ .markdown pre > code {
809
814
padding : 0 ;
810
815
margin : 0 ;
811
816
font-size : 100% ;
982
987
list-style-type : none ;
983
988
}
984
989
985
- .markdown .task-list-item + .task-list-item {
990
+ .markdown .task-list-item + .task-list-item {
986
991
margin-top : 3px ;
987
992
}
988
993
1017
1022
ul {
1018
1023
cursor : pointer ;
1019
1024
list-style-type : none ;
1025
+
1020
1026
li {
1021
1027
a {
1022
1028
width : 100% ;
1023
1029
height : 30px ;
1024
1030
padding : 6px 2px ;
1025
1031
color : #37352f99 ;
1026
1032
font-size : 14px ;
1033
+
1027
1034
& :hover {
1028
1035
background : rgba (55 , 53 , 47 , 0.08 );
1029
1036
}
1030
1037
}
1031
1038
}
1039
+
1032
1040
p {
1033
1041
margin : 0 ;
1034
1042
}
1049
1057
height : auto !important ;
1050
1058
position : relative !important ;
1051
1059
}
1052
- }
1060
+ }
You can’t perform that action at this time.
0 commit comments