set pointer on clickSpan

This commit is contained in:
Jonas Leder 2021-03-22 21:04:20 +01:00
parent 2b916e2a53
commit b3c80af18e

View file

@ -47,6 +47,7 @@ article{
color: $accent-color;
text-decoration: underline;
transition: background-color $link-hover-animation-time linear;
cursor: pointer;
&:hover{
color: $accent-color-2;