Files
one-last-image/html/document.less
2022-08-12 13:41:13 +08:00

19 lines
225 B
Plaintext

:root{
--background-color: #c3c3c3;
}
html{
background:var(--background-color);
}
canvas{
background:#FFF;
}
img,canvas{
max-width:800px;
}
/* .app[data-cover="true"] canvas{
width:480px;
height:480px;
} */
h1{
}