File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ LoadedCheerio {
198
198
}
199
199
200
200
pre {
201
- padding : calc (16pt * 0.75 ) 16pt ;
201
+ padding : calc (16pt * 0.9 ) 16pt ;
202
202
margin : 16pt 0 ;
203
203
border : 1px solid #eaeaea ;
204
204
border - radius : 5px ;
@@ -207,13 +207,13 @@ LoadedCheerio {
207
207
overflow : auto ;
208
208
line - height : 1.5 ;
209
209
text - align : left ;
210
- font - size : 13 px ;
210
+ font - size : 14 px ;
211
211
- webkit - overflow - scrolling : touch ;
212
212
}
213
213
214
214
pre code {
215
215
color : #000 ;
216
- font - size : 0.8125 rem ;
216
+ font - size : 1 em ;
217
217
line - height : 1.25em ;
218
218
white - space : pre ;
219
219
}
@@ -601,7 +601,7 @@ LoadedCheerio {
601
601
}
602
602
603
603
pre {
604
- padding : calc (16pt * 0.75 ) 16pt ;
604
+ padding : calc (16pt * 0.9 ) 16pt ;
605
605
margin : 16pt 0 ;
606
606
border : 1px solid #333 ;
607
607
border - radius : 5px ;
@@ -610,13 +610,13 @@ LoadedCheerio {
610
610
overflow : auto ;
611
611
line - height : 1.5 ;
612
612
text - align : left ;
613
- font - size : 13 px ;
613
+ font - size : 14 px ;
614
614
- webkit - overflow - scrolling : touch ;
615
615
}
616
616
617
617
pre code {
618
618
color : #fff ;
619
- font - size : 0.8125 rem ;
619
+ font - size : 1 em ;
620
620
line - height : 1.25em ;
621
621
white - space : pre ;
622
622
}
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ const CssBaseline: React.FC<React.PropsWithChildren<unknown>> = ({ children }) =
202
202
}
203
203
204
204
pre {
205
- padding: calc(${ theme . layout . gap } * 0.75 ) ${ theme . layout . gap } ;
205
+ padding: calc(${ theme . layout . gap } * 0.9 ) ${ theme . layout . gap } ;
206
206
margin: ${ theme . layout . gap } 0;
207
207
border: 1px solid ${ theme . palette . accents_2 } ;
208
208
border-radius: ${ theme . layout . radius } ;
@@ -211,13 +211,13 @@ const CssBaseline: React.FC<React.PropsWithChildren<unknown>> = ({ children }) =
211
211
overflow: auto;
212
212
line-height: 1.5;
213
213
text-align: left;
214
- font-size: 13px ;
214
+ font-size: 14px ;
215
215
-webkit-overflow-scrolling: touch;
216
216
}
217
217
218
218
pre code {
219
219
color: ${ theme . palette . foreground } ;
220
- font-size: 0.8125rem ;
220
+ font-size: 1em ;
221
221
line-height: 1.25em;
222
222
white-space: pre;
223
223
}
You can’t perform that action at this time.
0 commit comments