소스 검색

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

Allan Cole 5 년 전
부모
커밋
99a8731642
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      varia/sass/child-theme/_config-child-theme-deep.scss

+ 4 - 0
varia/sass/child-theme/_config-child-theme-deep.scss

@@ -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")},
+	)
 );
 
 /**