<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    height: 100%;
    background-color: #1d292c;
}
body {
    margin: 0;
    max-height: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #1d292c;
    position: relative;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
}

#application-canvas {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#application-canvas.fill-mode-NONE {
    margin: auto;
}
#application-canvas.fill-mode-KEEP_ASPECT {
    width: 100%;
    height: auto;
    margin: 0;
}
    /*
#application-canvas.fill-mode-FILL_WINDOW {
    width: 100%;
    height: 100%;
    margin: 0;
}
    */

/*
#application-canvas.fill-mode-FILL_HEIGHT {
    width: auto;
    height: 100%;
    margin: 0;
}
#application-canvas.fill-mode-FILL_WIDTH {
    width: auto;
    height: 100%;
    margin: 0;
}
*/

canvas:focus {
    outline: none;
}
#fpsUI &gt; div:nth-child(1) {
    height: 20px !important;
}
.toggle-debug {
    padding-bottom: 1em;
    padding-right: 1em;
}</pre></body></html>