Преглед изворни кода

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' ),