<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, #app {
    min-height: 100%;
}

.v-application__wrap {
    background: rgb(var(--v-theme-surface));
}

.small-image {
    width: 50px;
    height: 50px;
}

</pre></body></html>