Commenting it for easy access:
body .pure-u-1 .sbimg {
height: 200px;
background: url(%%your_image_for_day_mode%%) no-repeat center/contain;
}
body.dark .pure-u-1 .sbimg {
height: 200px;
background: url(%%your_image_for_dark_mode%%) no-repeat center/contain;
}
Commenting it for easy access:
body .pure-u-1 .sbimg {
height: 200px;
background: url(%%your_image_for_day_mode%%) no-repeat center/contain;
}
body.dark .pure-u-1 .sbimg {
height: 200px;
background: url(%%your_image_for_dark_mode%%) no-repeat center/contain;
}
(post is archived)