/* v48 */
body {
    color: #f00;
}
.add-button {
    /* position: absolute;
    top: 1px;
    left: 1px; */
}

@media all and (display-mode: standalone) {
    body {
        background-color: yellow;
    }
}