/*
Theme Name: Travol Child
Theme URL: https://themeforest.net/item/travol-travel-agency-elementor-wordpress-theme/40010950
Description: Child theme of Travol
Author: webRedox WordPress team
Author URI: http://webredox.net/
Template: travol
Version: 1.0
Text Domain: travol-child
*/ 
/*******Add Your Css Below This Line*********/

// 管理画面にカスタムCSSを読み込む
function travol_custom_admin_styles() {
    wp_enqueue_style( 'travol-admin-style', get_stylesheet_directory_uri() . '/admin-style.css' );
}
add_action( 'admin_enqueue_scripts', 'travol_custom_admin_styles' );