'f1f1f1', 'border' => 'cccccc', 'text' => '545454', 'link' => 'ff706c', 'url' => 'ff706c', ); } add_theme_support( 'print-styles' ); } add_action( 'after_setup_theme', 'lingonberry_wpcom_setup' ); //WordPress.com specific styles function lingonberry_wpcom_styles() { wp_enqueue_style( 'lingonberry-wpcom', get_template_directory_uri() . '/inc/style-wpcom.css', '20150324' ); } add_action( 'wp_enqueue_scripts', 'lingonberry_wpcom_styles' );