'683d29', 'border' => '7ed4a8', 'text' => 'ffffff', 'link' => 'cce5fc', 'url' => 'cce5fc', ); } /** * Adds support for wp.com-specific theme functions. */ function next_saturday_wpcom_setup() { add_theme_support( 'print-style' ); } add_action( 'after_setup_theme', 'next_saturday_wpcom_setup' );