summaryrefslogtreecommitdiff
path: root/assets/themes/_auto.scss
blob: 31d7f9ac47acbda43e7bc1ff02eea8bbbf58e5af (plain)
1
2
3
4
5
6
7
8
9
:root {
  @include theme-light;
}

@media (prefers-color-scheme: dark) {
  :root {
    @include theme-dark;
  }
}