// Copyright (c) 2019 Florian Klampfer @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; } }