mirror of
https://github.com/itorr/one-last-image.git
synced 2026-01-02 20:06:03 +08:00
19 lines
225 B
Plaintext
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{
|
|
|
|
} |