code, tt {
  padding: 1px 7px;
  white-space: nowrap;
  border: 1px solid #eaeaea;
  background-color: #f8f8f8;
  border-radius: 3px;
}

pre>code {
  margin: 0;
  padding: 0;
  white-space: pre;
  border: none;
  background: transparent;
}

pre {
  background-color: #2d2d2d;
  /* border: 1px solid #ccc; */
  font-size: 13px;
  line-height: 19px;
  overflow: auto;
  padding: 10px;
  border-radius: 3px;
}

pre code, pre tt {
  background-color: transparent;
  border: none;
}
