add_action('admin_head', 'my_custom_notification');
function my_custom_notification() {
  echo '<style>

    /* Your CSS here */

  </style>';
}