3,425
edits
Changes
Created page with "→CSS placed here will be applied to all skins: @media only screen and (max-width: 500px) { body { background-color: #eaecf0; } }"
/* CSS placed here will be applied to all skins */
@media only screen and (max-width: 500px) {
body {
background-color: #eaecf0;
}
}
@media only screen and (max-width: 500px) {
body {
background-color: #eaecf0;
}
}