<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:host{
    position:-webkit-sticky;
    position:sticky;
    z-index:1000
}
#toolbar{
    border-radius:8px
}
.plus{
    border-start-start-radius:8px;
    border-end-start-radius:8px;
}
.mode ul{
    min-width:120px
}
.switch{
    margin-right:3px;
    color:#fff
}</pre></body></html>