chore(style): visual update of code blocks
parent
304e8ea368
commit
f6f51dd83b
|
@ -8,11 +8,15 @@ figure.highlight
|
||||||
width: 100%
|
width: 100%
|
||||||
position: relative
|
position: relative
|
||||||
margin: 1em 0 1em !important
|
margin: 1em 0 1em !important
|
||||||
|
border-radius: $radius
|
||||||
|
|
||||||
&.folded
|
&.folded
|
||||||
.highlight-body
|
.highlight-body
|
||||||
height: 0
|
height: 0
|
||||||
|
|
||||||
|
.copy
|
||||||
|
opacity: .7
|
||||||
|
|
||||||
pre, table tr:hover
|
pre, table tr:hover
|
||||||
color: inherit
|
color: inherit
|
||||||
background: transparent
|
background: transparent
|
||||||
|
@ -46,7 +50,7 @@ figure.highlight
|
||||||
font-size: .8em
|
font-size: .8em
|
||||||
|
|
||||||
*
|
*
|
||||||
color: $grey
|
color: inherit
|
||||||
|
|
||||||
span
|
span
|
||||||
font-weight: 500
|
font-weight: 500
|
||||||
|
|
Loading…
Reference in New Issue