'eeeeee', 'border' => 'd0d0d0', 'text' => '666666', 'link' => '759B22', 'url' => '666666', ); add_theme_support( 'print-style' ); } add_action( 'after_setup_theme', 'zoren_add_wpcom_support' ); /** * Enqueue wp.com-specific styles */ function zoren_wpcom_styles() { wp_enqueue_style( 'zoren-wpcom', get_template_directory_uri() . '/inc/style-wpcom.css', '073113' ); } add_action( 'wp_enqueue_scripts', 'zoren_wpcom_styles' );