code,
pre code {
  font-size: 1em !important;
  color: blue !important;
  font-family: "Public Sans", sans-serif !important;
  background: none;
  padding: 0;
  border: 0;
  border-radius: 0;
}

pre {
  background: none;
  padding: 0;
  border-left: 0;
  border-radius: 0;
  line-height: 25px;
  white-space: pre-wrap;
  position: relative;
  overflow: auto;
}