added theme and gradients and stuff
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
@import url('../../../shared/theme.less');
|
||||
|
||||
output-frame {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: block;
|
||||
background-color: #f0f0f0;
|
||||
}
|
||||
|
||||
output-frame > iframe {
|
||||
@@ -13,9 +14,5 @@ output-frame > iframe {
|
||||
}
|
||||
|
||||
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
output-frame {
|
||||
background-color: #272727;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user