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

Luiz F. A. de Prá
02.46.2022 476429d42ac1971595ccd44a8232685a5ee86d8a
Fix code highlight bg and fg issues
1 files modified
5 ■■■■■ changed files
assets/scss/_base_dark.scss 5 ●●●●● patch | view | raw | blame | history
assets/scss/_base_dark.scss
@@ -41,11 +41,12 @@
  // fix color schemes which do not explicitly set fg-color
  .highlight {
    pre {
      color: $fg-color;
      background-color: $alt-bg-color-dark;
      color: $fg-color-dark;
    }
  }
  pre {
  :not(.highlight) > pre {
    code {
      background-color: inherit;
      color: inherit;