<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Inline editor controls */
 button {
    background: #1175ae;
    color: #fff;
    padding: 10px;
    border: none;
    cursor: pointer;
}

    button:hover {
        background: #476adc;
    }</pre></body></html>