style: modify css as it is not suitable for production

This commit is contained in:
raphael 2024-11-27 14:17:00 +01:00
parent 3c7792eba9
commit f4e6521279
2 changed files with 6 additions and 11 deletions

View File

@ -1,19 +1,10 @@
body{
background-color: pink;
}
#demo-canvas {
border-radius: 30px;
filter: drop-shadow(0 0 0.75rem black);
}
#demo-canvas:hover {
cursor: none
}
.penger-img {
width: 64px;
image-rendering: pixelated;
border-radius: 5px;
border: solid 1px white;
height: 64px;
image-rendering: pixelated;
object-fit: contain;
transition: transform 0.2s;
}

View File

@ -40,3 +40,7 @@
color: rgb(255,0,127);
}
}