
/*
Theme Name: Jadro Child
Description: Thème enfant pour Jadro.
Author: JU
Template: jadro
Version: 1.0.0
*/

/* Lien publication en bouton */
.juBlockButton article {
    display: inline-block;
    margin: 0;
    line-height: 1;
}

/* Bouton Vite une autre histoire - Homepage*/
.juBlockButton article a {
    background-color: var(--wp--preset--color--secondary);
    border-width: 0;
    color: var(--wp--preset--color--base);
    font-family: var(--wp--preset--font-family--cabin);
    font-size: var(--wp--preset--font-size--x-large) !important;
    font-style: inherit;
    font-weight: 400;
    letter-spacing: inherit;
    padding-top: calc(0.667em + 2px);
    padding-right: calc(1.333em + 2px);
    padding-bottom: calc(0.667em + 2px);
    padding-left: calc(1.333em + 2px);
    text-decoration: none;
    text-transform: inherit;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;    
}

/* tags sur la homepage */
.JUhomeTags a{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px; 
    color:#545454;
}

.JUhomeTags.wp-block-tag-cloud.is-style-outline a {
    font-size: 0.7em !important;
}

