<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Theme Name: MMAMag
 * Template:   webmagazin
 * ...other header fields
 */

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

.table-special td {
    border: 1px solid var(--primary-color);
}</pre></body></html>