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