File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 9494 font-family : $code-font-family
9595 font-size : 12px
9696 line-height : 1.4
97-
97+
9898 // Do not allow selection of code block prompts
99- div .highlight .gp
99+ div .highlight .gp
100100 user-select : none
101101 pointer-events : none
102102
481481 font-weight : 700
482482 border-radius : $base-line-height / 6
483483 padding : $base-line-height / 10 $base-line-height / 4
484- margin : auto $base-line-height / 12
484+ margin : auto 0
485+ kbd , .kbd
486+ color : inherit
487+ font-size : 80%
488+ background-color : lighten ($text-light , 30% )
489+ border : 1px solid darken ($text-light , 5% )
490+ border-radius : $base-line-height / 6
491+ box-shadow : grey 0px $base-line-height / 12
492+ padding : $base-line-height / 10 $base-line-height / 4
493+ margin : auto 0
485494 .versionmodified
486495 font-style : italic
487496
You can’t perform that action at this time.
0 commit comments