@@ -317,7 +317,7 @@ span.tmpzTreeMove_arrow {
317
317
}
318
318
319
319
.markdown-body code , .markdown-body kbd {
320
- font-family : "Meiryo UI" , "YaHei Consolas Hybrid" , Consolas , "Malgun Gothic" , "Segoe UI" , "Trebuchet MS" , Helvetica , monospace , "Liberation Mono" , Menlo , Courier ;
320
+ font-family : inherit ;
321
321
font-size : 1em ;
322
322
}
323
323
@@ -579,12 +579,10 @@ span.tmpzTreeMove_arrow {
579
579
}
580
580
581
581
.markdown-body code {
582
- padding : 0 ;
583
- padding-top : 0.2em ;
584
- padding-bottom : 0.2em ;
582
+ padding : 0.2em ;
585
583
margin : 0 ;
586
584
font-size : 85% ;
587
- background-color : rgba ( 0 , 0 , 0 , 0.04 ) ;
585
+ background-color : # fafafa ;
588
586
border-radius : 3px ;
589
587
color : # FF5722 ;
590
588
}
@@ -753,15 +751,52 @@ span.tmpzTreeMove_arrow {
753
751
754
752
.syntaxhighlighter {
755
753
margin : 1.625em 0 !important ;
754
+ background-color : # fafafa !important ;
756
755
}
757
756
758
757
.syntaxhighlighter textarea {
759
758
height : 100% ;
760
759
}
761
760
.layui-elem-quote {
762
761
border-color : # 5FB878 ;
762
+ background-color : # fafafa ;
763
+ }
764
+ .layui-elem-quote > p : last-child {
765
+ margin-bottom : 0 ;
763
766
}
764
767
li {
765
768
list-style : inherit;
766
769
margin-bottom : 12px ;
767
- }
770
+ }
771
+
772
+ .syntaxhighlighter .gutter {
773
+ color : # 237893!important ;
774
+ }
775
+
776
+ .syntaxhighlighter .plain , .syntaxhighlighter .plain a {
777
+ color : # 333!important
778
+ }
779
+
780
+ .syntaxhighlighter .comments , .syntaxhighlighter .comments a {
781
+ color : gray!important ;
782
+ }
783
+
784
+ .syntaxhighlighter .string , .syntaxhighlighter .string a {
785
+ color : # 10893E!important
786
+ }
787
+
788
+ .syntaxhighlighter .keyword {
789
+ color : # ff7800!important
790
+ }
791
+
792
+ .syntaxhighlighter .variable {
793
+ color : # 1E9FFF!important
794
+ }
795
+
796
+ .syntaxhighlighter .functions {
797
+ color : # FF5722!important
798
+ }
799
+
800
+ .syntaxhighlighter .constants {
801
+ color : # 5200FF!important
802
+ }
0 commit comments