add code in your functions.php
add_action('wp_head', 'hook_in_frontend_head');
function hook_in_frontend_head() { $screen = get_current_screen();
if($screen->id == 'your-blog-page-id') { ?> your additionl styles here
add code in your functions.php
add_action('wp_head', 'hook_in_frontend_head');
function hook_in_frontend_head() { $screen = get_current_screen();
if($screen->id == 'your-blog-page-id') { ?> your additionl styles here