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

Ahmet Enes Bayraktar
21.07.2023 1fb96cf9a920c46e01f3c0736cf01770c041617e
assets/scss/_base_dark.scss
@@ -33,6 +33,16 @@
    }
  }
  pre code {
    background-color: inherit;
    color: inherit;
  }
  code {
    background-color: $lighter-alt-bg-color-dark;
    color: $fg-color-dark;
  }
  blockquote {
    border-left: 2px solid $alt-bg-color-dark;
  }