cursor
This commit is contained in:
parent
bb2b52a98d
commit
033d0dfe07
|
@ -8,7 +8,11 @@
|
||||||
body {
|
body {
|
||||||
font-family: 'Montserrat';
|
font-family: 'Montserrat';
|
||||||
user-select: none;
|
user-select: none;
|
||||||
// cursor: none;
|
|
||||||
|
canvas {
|
||||||
|
cursor: none;
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
a[href] {
|
a[href] {
|
||||||
|
|
Loading…
Reference in New Issue