/**
 * Theme Name: Zpravy-in
 * Template:   webmagazin
 * ...other header fields
 */

 .home-category-articles > h4,
 .author-most-read-articles > h4 {
    color: var(--primary-color);
}

.table-special td {
    border: 1px solid var(--primary-color);
}