Varia: Update child-theme default colors in $config-cover
array.
This commit is contained in:
parent
5cf9652636
commit
99a8731642
1 changed files with 4 additions and 0 deletions
|
@ -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")},
|
||||
)
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue