Skip to content

Commit 3bcf596

Browse files
committed
Fix wrong cursor image: mag -> pointer (Thx @tomoko523)
1 parent ab7876a commit 3bcf596

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/assets/stylesheets/custom.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ div #README{
7171
}
7272
img{
7373
width:100%;
74+
&:hover {
75+
cursor: pointer;
76+
}
7477
}
7578
}
7679
}

0 commit comments

Comments
 (0)