Add cursors on links

This commit is contained in:
2020-04-09 10:48:31 +02:00
parent b7accde2c3
commit 13ac133db6
6 changed files with 7 additions and 5 deletions

View File

@@ -108,7 +108,7 @@
// Hover
&:hover {
cursor: url(#{$dir-img}/icons/zoom.svg) 6 8, pointer;
cursor: zoom-in;
&:after {
opacity: 0.6;