cursor modify
This commit is contained in:
parent
a33861ef9f
commit
08e387f959
|
@ -5,4 +5,5 @@ body {
|
|||
// Text unselecteable
|
||||
-webkit-user-select: none;
|
||||
user-select: none;
|
||||
cursor: default;
|
||||
}
|
||||
|
|
|
@ -29,9 +29,11 @@
|
|||
background-blend-mode: multiply;
|
||||
.content {
|
||||
color: #eee;
|
||||
cursor: default;
|
||||
}
|
||||
.author {
|
||||
color: #ccc;
|
||||
cursor: default;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user