Files
code-editor/codeeditor-app/elements/output-frame/output-frame.less
T

21 lines
309 B
Plaintext

output-frame {
width: 100%;
height: 100%;
display: block;
background-color: #f0f0f0;
}
output-frame > iframe {
position: relative;
width: 100%;
height: 100%;
border: none;
}
@media (prefers-color-scheme: dark) {
output-frame {
background-color: #272727;
}
}