Missing import for auto dark mode, fixes #337 (#347)

The background rendered properly if dark mode was specified explicitly in the config.toml, but not if the config.toml specified auto mode and then dark mode was chosen by the client.
This commit is contained in:
Martin Hutchinson 2023-02-18 17:16:59 +00:00 committed by GitHub
parent 67738a31b5
commit 1ee72fb667
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,7 @@
@import "fonts"
@import "dark-variables"
@import "base-variables"
@import "bulma-import"
@import "fontawesome-import"
@import "academicons-import"
@import "base"