소스 검색

Friendly Business: Change Light Gray colour to match with the front end

Takashi Irie 6 년 전
부모
커밋
0d66b5e299
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      friendly-business/functions.php

+ 1 - 1
friendly-business/functions.php

@@ -55,7 +55,7 @@ function friendly_business_setup() {
 			array(
 				'name'  => __( 'Light Gray', 'friendly-business' ),
 				'slug'  => 'light-gray',
-				'color' => '#fdf9ec', // $color__background-screen
+				'color' => '#0d1b24', // $color__text-dark
 			),
 
 			array(