Browse Source

Merge pull request #2325 from Automattic/fix/balasana-highlander-comments-color

Balasana: Change background-color color name to hex
Allan Cole 5 years ago
parent
commit
04ac7ffdc9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      balasana/inc/wpcom.php

+ 1 - 1
balasana/inc/wpcom.php

@@ -10,7 +10,7 @@ function balasana_wpcom_setup() {
 	// Set theme colors for third party services.
 	// Set theme colors for third party services.
 	if ( ! isset( $themecolors ) ) {
 	if ( ! isset( $themecolors ) ) {
 		$themecolors = array(
 		$themecolors = array(
-			'bg'     => 'white', // $config-global--color-background-default
+			'bg'     => 'FFFFFF', // $config-global--color-background-default
 			'border' => 'D0D0D0', // $config-global--color-border-default
 			'border' => 'D0D0D0', // $config-global--color-border-default
 			'text'   => '303030', // $config-global--color-foreground-default
 			'text'   => '303030', // $config-global--color-foreground-default
 			'link'   => '19744C', // $config-global--color-primary-default
 			'link'   => '19744C', // $config-global--color-primary-default