cursor modify

This commit is contained in:
Astrian Zheng 2023-10-13 12:54:41 +11:00
parent a33861ef9f
commit 08e387f959
Signed by: Astrian
SSH Key Fingerprint: SHA256:rVnhx3DAKjujCwWE13aDl7uV6+9U1MvydLkNRXJrBiA
2 changed files with 3 additions and 0 deletions

View File

@ -5,4 +5,5 @@ body {
// Text unselecteable
-webkit-user-select: none;
user-select: none;
cursor: default;
}

View File

@ -29,9 +29,11 @@
background-blend-mode: multiply;
.content {
color: #eee;
cursor: default;
}
.author {
color: #ccc;
cursor: default;
}
}