Skip to content

Commit 0ac66f2

Browse files
authored
Changing cursor when hovering link (#316)
As requested by Anu.
1 parent 00e2f86 commit 0ac66f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/research.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ body.research .toolbar {
6262

6363
body.research .doc a {
6464
text-decoration: none;
65-
cursor: default;
65+
cursor: pointer;
6666
}
6767

6868
body.research .doc a::after {

0 commit comments

Comments
 (0)