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

Luiz F. A. de Prá
19.19.2021 e0988ee1e2c2eab690cd9dc4c0046ae5d9212b87
assets/scss/_notices_dark.scss
@@ -16,7 +16,7 @@
    padding: 1rem 1rem;
    border-radius: 0.5rem 0.5rem 0 0;
    font-weight: 700;
    font-family: $heading-font-family;
    font-family: $font-family;
  }
  .notice.warning {
@@ -55,11 +55,11 @@
}
body.colorscheme-dark {
  @include notices_dark()
  @include notices_dark();
}
body.colorscheme-auto {
  @media (prefers-color-scheme: dark) {
    @include notices_dark()
    @include notices_dark();
  }
}