We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b5ad20 commit 4561c61Copy full SHA for 4561c61
_config.yml
@@ -20,6 +20,8 @@ plugins:
20
# Theme-specific settings
21
22
minima:
23
+ skin: auto
24
+
25
# Minima date format.
26
# Refer to https://shopify.github.io/liquid/filters/date/ if you want to customize this.
27
#
_sass/minima/custom-styles.scss
@@ -0,0 +1,3 @@
1
+img {
2
+ background-color: $lm-background-color;
3
+}
0 commit comments