소스 검색

Fix inconsistent editor colors.

Jeffrey Pearce 6 년 전
부모
커밋
e1037d667c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      stow/functions.php

+ 1 - 1
stow/functions.php

@@ -60,7 +60,7 @@ if ( ! function_exists( 'stow_setup' ) ) :
 				array(
 					'name'  => __( 'Primary', 'stow' ),
 					'slug'  => 'primary',
-					'color' => '#0000FF', 
+					'color' => '#404040', 
 				),
 				array(
 					'name'  => __( 'Secondary', 'stow' ),