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

6
assets/icons/brush.svg Normal file
View file

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke-width="1.5" stroke="#000000" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 21v-4a4 4 0 1 1 4 4h-4" />
<path d="M21 3a16 16 0 0 0 -12.8 10.2" />
<path d="M21 3a16 16 0 0 1 -10.2 12.8" />
<path d="M10.6 9a9 9 0 0 1 4.4 4.4" />
</svg>

After

Width:  |  Height:  |  Size: 332 B

View file

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