hugo-theme-relearn/assets/css/theme-auto.css

6 lines
No EOL
238 B
CSS

{{- with index .auto 0 -}}
@import "{{ printf "theme-%s.css" . }}" screen and (prefers-color-scheme: light);
{{ end -}}
{{- with index .auto 1 -}}
@import "{{ printf "theme-%s.css" . }}" screen and (prefers-color-scheme: dark);
{{ end -}}