/*
Theme Name: Twenty Fourteen Child
Template: twentyfourteen
Version: 1.0.0
*/

/* Import původních stylů */
@import url("../twentyfourteen/style.css");

/* --- VAŠE NOVÉ BARVY --- */

/* Celkové pozadí */
body {
    background-color: #000 !important;
    color: #fff !important;
}

/* Hlavní kontejnery */
.site,
.site-content .entry-header,
.site-content .entry-meta,
.site-content .entry-content,
.site-content .entry-summary,
.page-content,
.hentry {
    background-color: #000 !important;
    color: #fff !important;
}

/* Nadpisy */
h1, h2, h3, h4, h5, h6, .entry-title, .entry-title a {
    color: #fff !important;
}

/* Odkazy (přechod na světlejší zelenou pro lepší čitelnost na černé) */
a {
    color: #55d737 !important;
}

/* Widgety a postranní panely */
.widget, .content-sidebar, #secondary {
    background-color: #000 !important;
    color: #fff !important;
}