'ffffff', 'border' => 'bbbbbb', 'text' => '444444', 'link' => '0da4d3', 'url' => '0da4d3' ); /** * Add support for WP.com global print CSS */ add_theme_support( 'print-style' ); //WordPress.com specific styles function oxygen_wpcom_styles() { wp_enqueue_style( 'oxygen-wpcom', get_template_directory_uri() . '/inc/style-wpcom.css', '122013' ); } add_action( 'wp_enqueue_scripts', 'oxygen_wpcom_styles' );