body {
   border-color: green;
}

@media (min-width: 100px) {
    body {
        border-color: red;
    }
}