/*
Theme Name: Author Child
Description: Theme enfant de Author
Author: Pierre Met
Author URI: https://blog.mistermenuiserie.com/
Template: author
Version: 1.0.0
*/

input[type="submit"] {
    background: #209dd9;
}
main {
    background: #373c43 !important;
}
.main-sidebar {
    background: #373c43 !important;
}
.menu-primary-items > li:last-child a, .menu-unset > ul > li:last-child a {
    text-decoration: none;
}
.sidebar-primary .widget {

    border-top: solid 1px #545A63;

}
.sidebar-primary .widget_search input[type="submit"] {
    background: #5a5f66;
}
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="file"]):not([type="image"]), textarea, input[type="submit"], .tagline, .post-tags a, .widget_tag_cloud a, .further-reading span, .bypostauthor .author-name::after, .comment-footer a, .comment-footer span, .widget > *, .site-footer .design-credit {
    font-size: 0.85em;
    line-height: 1.5;
}
.widget .widget-title {
    font-size: 1.1em;}
body {
    background: #373c43;

}

.sidebar .wp-block-heading {
    color:white;
    padding-bottom:1rem
}