Add auto darkmode (#33)
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
This commit is contained in:
parent
9b5ad206c3
commit
4561c61199
|
@ -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.
|
||||
#
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
img {
|
||||
background-color: $lm-background-color;
|
||||
}
|
Loading…
Reference in New Issue