/**
 * Theme Name: Annie
 * Author: Annie Gagnon
 * Description: Thème enfant pour le site de Annie
 * Text Domain: annie
 * Version: kdf4
 * Template: ashe
 */

 @import url("../ashe/style.css");

 .entry-header {
    height: 200px !important;
 }

 .header-logo .site-description {
     background-color: rgba(0, 0, 0, 0.25);
     padding: 5px 10px;
     border-radius: 5px;
     color: white;
 }