mirror of https://github.com/luizdepra/hugo-coder.git

Luiz F. A. de Prá
05.32.2023 3c5a33d8f83982c55091e5d83f3a6bda5db1ca18
assets/scss/_base.scss
@@ -138,11 +138,14 @@
  font-weight: 700;
}
.highlight>div,
.highlight>pre {
  margin: 2rem 0 2rem;
  padding: 1rem;
  border-radius: 1rem;
.highlight {
  div,
  pre {
    margin: 2rem 0 2rem;
    padding: 1rem;
    border-radius: 1rem;
  }
}
pre {
@@ -152,12 +155,12 @@
  font-weight: 400;
  line-height: 2.6rem;
  overflow-x: auto;
  margin: 0;
  margin: 2rem 0 2rem;
  padding: 1rem;
  border-radius: 1rem;
  code {
    display: inline-block;
    background-color: inherit;
    color: inherit;
  }
}
@@ -165,8 +168,6 @@
  font-family: $code-font-family;
  font-size: 1.6rem;
  font-weight: 400;
  background-color: $alt-bg-color;
  color: $fg-color;
  border-radius: 0.6rem;
  padding: 0.3rem 0.6rem;
}