/*
 Theme Name:   Chvala
 Theme URI:    http://martinkokes.cz
 Description:  Twenty Twenty Child Theme
 Author:       Martin Kokeš
 Author URI:   http://martinkokes.cz
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentytwentychild
*/

.singular .entry-header {
    background-color: initial;
}

.singular .featured-media::before {
    background-color: initial;
}

.pagination {
    margin-top: 2em;
    display: block;
    text-align: center;
}

.pagination .next {
    display: block;
    float: right;
    text-align: right;
}

.pagination .prev {
    display: block;
    float: left;
    text-align: left;
}