website-and-documentation/public/css/theme-auto.css

3 lines
172 B
CSS
Raw Normal View History

@import "theme-relearn-light.css?1722329197" screen and (prefers-color-scheme: light);
@import "theme-relearn-dark.css?1722329197" screen and (prefers-color-scheme: dark);