Add auto darkmode (#33)

Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
This commit is contained in:
Harry Mellor 2025-02-21 16:18:35 +00:00 committed by GitHub
parent 9b5ad206c3
commit 4561c61199
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View File

@ -20,6 +20,8 @@ plugins:
# Theme-specific settings
minima:
skin: auto
# Minima date format.
# Refer to https://shopify.github.io/liquid/filters/date/ if you want to customize this.
#

View File

@ -0,0 +1,3 @@
img {
background-color: $lm-background-color;
}