/*
Theme Name:   Dalmatian Blog Child
Description:  This is a child theme of Dalmatian Blog, generated using "Easy Child Theme" plugin by Garvit Shrestha.
Author:       <a href="https://fr.wordpress.org/">L’équipe WordPress</a>
Template:     dalmatian-blog
Version:      1.0.1
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         child-themes, easy-child-theme
Text Domain:  dalmatian-blog-child
*/

/* You can add custom css from here */

.post {
    background: #fff;
}

.news-snippet {
    padding: 25px;
}
.home main#primary {
    display: grid;
    grid-template-columns: auto auto;
    gap: 2rem;
}*
.widget {
    background: #fff;
}
h2.news-title {
    font-size: 26px;
}
.archive h1.page-title {
    color: #fff;
    font-size: 35px;
}
.site-header {
    background: #fff !important;
}

.detail-content {
    background: #fff;
    padding: 25px;
}