Skip to content
Snippets Groups Projects
Commit b3c80af1 authored by Jonas Leder's avatar Jonas Leder
Browse files

set pointer on clickSpan

parent 2b916e2a
Branches
No related tags found
No related merge requests found
...@@ -47,6 +47,7 @@ article{ ...@@ -47,6 +47,7 @@ article{
color: $accent-color; color: $accent-color;
text-decoration: underline; text-decoration: underline;
transition: background-color $link-hover-animation-time linear; transition: background-color $link-hover-animation-time linear;
cursor: pointer;
&:hover{ &:hover{
color: $accent-color-2; color: $accent-color-2;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment