
.theme-dark header {
    background-image: url('../images/backgrounds/dusty-3.png');
    background-position: right;
}

.theme-light header {
    background-image: url('../images/backgrounds/dusty-2.png');
    background-position: left;
}