body.dark-mode{
    background:#111;
    color:#eee;
}

body.dark-mode .site-header,
body.dark-mode .site-footer,
body.dark-mode .post-card,
body.dark-mode .widget,
body.dark-mode .latest-card,
body.dark-mode .category-card{
    background:#1d1d1d;
    color:#fff;
}

body.dark-mode a{
    color:#fff;
}

body.dark-mode .entry-title a:hover{
    color:#ffc107;
}