77*/
88
99pre code {
10- .cos-block ();
11- border : 1px solid #e9e9e9 ;
12- border-radius : @border-radius-sm ;
13- padding : 16px 32px ;
14- font-size : @font-size-base ;
15- font-family : " Lucida Console" , Consolas, Monaco, ' Andale Mono' , ' Ubuntu Mono' , monospace ;
16- white-space : pre ;
17- color : @site-text-color ;
18- background : white ;
19- line-height : 2 ;
10+ .cos-block ();
11+ border : 1px solid #e9e9e9 ;
12+ border-radius : @border-radius-sm ;
13+ padding : 16px 32px ;
14+ font-size : @font-size-base ;
15+ font-family : " Lucida Console" , Consolas, Monaco, ' Andale Mono' , ' Ubuntu Mono' , monospace ;
16+ white-space : pre ;
17+ color : @site-text-color ;
18+ background : white ;
19+ line-height : 2 ;
2020}
2121
2222code [class*= " language-" ],
2323pre [class*= " language-" ] {
24- font-family : " Lucida Console" , Consolas, Monaco, ' Andale Mono' , ' Ubuntu Mono' , monospace ;
25- white-space : pre ;
26- color : black ;
27- background : none ;
28- direction : ltr ;
29- word-spacing : normal ;
30- word-break : normal ;
31- word-wrap : normal ;
32- line-height : 1.5 ;
33-
34- -moz-tab-size : 4 ;
35- -o-tab-size : 4 ;
36- tab-size : 4 ;
37-
38- -webkit-hyphens : none ;
39- -moz-hyphens : none ;
40- -ms-hyphens : none ;
41- hyphens : none ;
42- .cos-text-left ();
24+ font-family : " Lucida Console" , Consolas, Monaco, ' Andale Mono' , ' Ubuntu Mono' , monospace ;
25+ white-space : pre ;
26+ color : black ;
27+ background : none ;
28+ direction : ltr ;
29+ word-spacing : normal ;
30+ word-break : normal ;
31+ word-wrap : normal ;
32+ line-height : 1.5 ;
33+
34+ -moz-tab-size : 4 ;
35+ -o-tab-size : 4 ;
36+ tab-size : 4 ;
37+
38+ -webkit-hyphens : none ;
39+ -moz-hyphens : none ;
40+ -ms-hyphens : none ;
41+ hyphens : none ;
42+ .cos-text-left ();
4343}
4444
4545pre [class*= " language-" ]::-moz-selection ,
4646pre [class*= " language-" ] ::-moz-selection ,
4747code [class*= " language-" ]::-moz-selection ,
4848code [class*= " language-" ] ::-moz-selection {
49- background : #b3d4fc ;
50- text-shadow : none ;
49+ background : #b3d4fc ;
50+ text-shadow : none ;
5151}
5252
5353pre [class*= " language-" ]::selection ,
5454pre [class*= " language-" ] ::selection ,
5555code [class*= " language-" ]::selection ,
5656code [class*= " language-" ] ::selection {
57- background : #b3d4fc ;
58- text-shadow : none ;
57+ background : #b3d4fc ;
58+ text-shadow : none ;
5959}
6060
6161@media print {
62- code [class*= " language-" ],
63- pre [class*= " language-" ] {
64- text-shadow : none ;
65- }
62+ code [class*= " language-" ],
63+ pre [class*= " language-" ] {
64+ text-shadow : none ;
65+ }
6666}
6767
6868/* Code blocks */
6969pre [class*= " language-" ] {
70- overflow : auto ;
71- margin : 16px var (--cos-space-none );
72- padding : var (--cos-space-sm ) 20px ;
70+ overflow : auto ;
71+ margin : 16px var (--cos-space-none );
72+ padding : var (--cos-space-sm ) 20px ;
7373}
7474
7575:not (pre ) > code [class*= " language-" ],
7676pre [class*= " language-" ] {
77- background : #f2f4f5 ;
77+ background : #f2f4f5 ;
7878}
7979
8080/* Inline code */
8181:not (pre ) > code [class*= " language-" ] {
82- border-radius : .3em ;
83- padding : .1em ;
84- white-space : normal ;
82+ border-radius : .3em ;
83+ padding : .1em ;
84+ white-space : normal ;
8585}
8686
8787.token.comment ,
8888.token.prolog ,
8989.token.doctype ,
9090.token.cdata {
91- color : slategray ;
91+ color : slategray ;
9292}
9393
9494.token.punctuation {
95- color : #999 ;
95+ color : #999 ;
9696}
9797
9898.namespace {
99- .cos-opacity-70 ();
99+ .cos-opacity-70 ();
100100}
101101
102102.token.property ,
@@ -106,7 +106,7 @@ pre[class*="language-"] {
106106.token.constant ,
107107.token.symbol ,
108108.token.deleted {
109- color : #f81d22 ;
109+ color : #f81d22 ;
110110}
111111
112112.token.selector ,
@@ -115,41 +115,41 @@ pre[class*="language-"] {
115115.token.char ,
116116.token.builtin ,
117117.token.inserted {
118- color : #0b8235 ;
118+ color : #0b8235 ;
119119}
120120
121121.token.operator ,
122122.token.entity ,
123123.token.url ,
124124.language-css .token.string ,
125125.style .token.string {
126- color : #0b8235 ;
126+ color : #0b8235 ;
127127}
128128
129129.token.atrule ,
130130.token.attr-value ,
131131.token.keyword {
132- color : #008dff ;
132+ color : #008dff ;
133133}
134134
135135.token.function {
136- color : #f81d22 ;
136+ color : #f81d22 ;
137137}
138138
139139.token.regex ,
140140.token.important ,
141141.token.variable {
142- color : #e90 ;
142+ color : #e90 ;
143143}
144144
145145.token.important ,
146146.token.bold {
147- font-weight : bold ;
147+ font-weight : bold ;
148148}
149149.token.italic {
150- font-style : italic ;
150+ font-style : italic ;
151151}
152152
153153.token.entity {
154- cursor : help ;
154+ cursor : help ;
155155}
0 commit comments