Sha256: 114827eb477b2de9e47b02eb9d48733942358eac5648af2647e693f4055bc198

Contents?: true

Size: 369 Bytes

Versions: 2

Compression:

Stored size: 369 Bytes

Contents

// Copyright (c) 2019 Florian Klampfer <https://qwtel.com/>

@import "pro/dark-mode";

@media screen and (prefers-color-scheme: light) {
  body {
    @include light-mode();
  }
}

@media screen and (prefers-color-scheme: dark) {
  body {
    @include dark-mode();
  }

  .tippy-content {
    -webkit-font-smoothing: initial;
    -moz-osx-font-smoothing: initial;
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-theme-hydejack-9.2.1 _sass/pro/_dark-mode-dynamic.scss
jekyll-theme-hydejack-9.2.0 _sass/pro/_dark-mode-dynamic.scss