File tree Expand file tree Collapse file tree 3 files changed +6
-45
lines changed
Expand file tree Collapse file tree 3 files changed +6
-45
lines changed Original file line number Diff line number Diff line change 280280kbd ,
281281samp {
282282 font-family : "Consolas" , monospace;
283- font-size : 0.83333rem ; }
283+ font-size : 0.83333rem ;
284+ background-color : # f5f5f5 ; }
284285 @media (min-width : 480px ) {
285286 code ,
286287 pre ,
@@ -293,34 +294,14 @@ pre {
293294
294295code {
295296 vertical-align : middle;
296- white-space : nowrap; }
297-
298- code ,
299- pre {
300- background-color : # f5f5f5 ;
301- border : 1px solid # e0e0e0 ;
302- border-radius : 3px ;
303- color : # 484848 ; }
304-
305- code {
306297 padding : 2px 3px ; }
307298
308- pre code {
309- background-color : transparent;
310- border : none;
311- padding : 0 ;
312- vertical-align : inherit;
313- white-space : pre;
314- font-size : inherit; }
315-
316299kbd {
317300 background-color : transparent;
318301 border : 1px solid # e0e0e0 ;
319- border-radius : 3px ;
320302 box-shadow : 0 2px 0 -1px white, 0 2px 0 gainsboro;
321303 display : inline-block;
322- padding : 0 6px 0 ;
323- white-space : nowrap; }
304+ padding : 0 6px 0 ; }
324305
325306samp {
326307 vertical-align : bottom; }
You can’t perform that action at this time.
0 commit comments