/*Hide Stuff*/
.cn-body a[href^="/color-theme/"] {display: none;}


/*Desktop vs Mobile*/
@media screen and (min-width: 769px) {
    .mobile-only {display: none;}
}


@media screen and (max-width: 768px) {
    .desktop-only {display: none;}
}