Use a grey background while viewing a document

This commit is contained in:
MHShetty 2021-08-11 14:41:22 +05:30 committed by Daniel Micay
parent f07b6350df
commit c7a0ae858e
1 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,10 @@ canvas {
display: block;
}
body {
background-color: #c0c0c0;
}
.textLayer {
position: absolute;
text-align: initial;