浏览代码

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(