Varia: Update child-theme default colors in $config-cover array.

This commit is contained in:
Allan Cole 2019-08-21 14:11:38 -04:00
parent 5cf9652636
commit 99a8731642

View file

@ -189,6 +189,10 @@ $config-button: (
*/
$config-cover: (
"height": calc( 15 * #{map-deep-get($config-global, "spacing", "vertical")} ),
"color": (
"foreground": #{map-deep-get($config-global, "color", "white")},
"background": #{map-deep-get($config-global, "color", "black")},
)
);
/**