@media screen and (min-width: 769px) {
#contents_area, .section {
    transition: all 0.5s linear 0s;
}

#contents_area.dark {
    background-color: #fff;
    color: #444;
}

.dark .section {
    color: #444;
}
}