File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
testing/test_package_docs/static-assets Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -237,6 +237,7 @@ pre.prettyprint {
237
237
pre code {
238
238
white-space : pre;
239
239
word-wrap : initial;
240
+ font-size : 100%
240
241
}
241
242
242
243
.fixed {
@@ -253,7 +254,10 @@ code {
253
254
font-family : 'Source Code Pro' , monospace;
254
255
/* overriding bootstrap */
255
256
color : inherit;
256
- background-color : # eee ;
257
+ padding : 0.2em 0.4em ;
258
+ font-size : 85% ;
259
+ background-color : rgba (27 , 31 , 35 , 0.05 );
260
+ border-radius : 3px ;
257
261
}
258
262
259
263
h2 .crossdart {
Original file line number Diff line number Diff line change @@ -237,6 +237,7 @@ pre.prettyprint {
237
237
pre code {
238
238
white-space : pre;
239
239
word-wrap : initial;
240
+ font-size : 100%
240
241
}
241
242
242
243
.fixed {
@@ -253,7 +254,10 @@ code {
253
254
font-family : 'Source Code Pro' , monospace;
254
255
/* overriding bootstrap */
255
256
color : inherit;
256
- background-color : # eee ;
257
+ padding : 0.2em 0.4em ;
258
+ font-size : 85% ;
259
+ background-color : rgba (27 , 31 , 35 , 0.05 );
260
+ border-radius : 3px ;
257
261
}
258
262
259
263
h2 .crossdart {
You can’t perform that action at this time.
0 commit comments