Change cursor

This commit is contained in:
Andras Schmelczer 2023-05-01 12:12:45 +01:00
parent c44a6858e0
commit b51cba28ad
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
2 changed files with 8 additions and 0 deletions

View file

@ -33,6 +33,8 @@ html {
> canvas {
height: 100%;
width: 100%;
cursor: url('../assets/icons/brush.svg') 0 24, auto;
}
> .errors-container {