.highlight {

margin-bottom: 10px;
padding: 10px 20px;
font-family: $f_sans;
font-weight: $f_weight-regular;

code,
code[class^='language-'] {
  padding: 0;
  font-size: 16px;
  background-color: inherit;
}

}