/**
* Theme Name: Besa Child
* Description: This is a child theme for Besa
* Author: Thembay
* Author URI: https://thembay.com/
* Version: 1.0
* Template: besa
*/


/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

/* Personalisé mon tableau de board  */
#adminmenu, #adminmenu .wp-submenu {
    background-color: #1e1e2f;
}

#adminmenu .wp-has-current-submenu > a {
    background-color: #ff6600 !important;
    color: #fff !important;
}

#adminmenu a {
    color: #d1d1d1;
}

#adminmenu li.menu-top:hover {
    background-color: #333;
}