User cursor:pointer for all links by default

This commit is contained in:
Jori Lallo
2016-07-20 00:42:34 -07:00
parent 3da7b0781c
commit cf55f55ba5

View File

@ -42,6 +42,7 @@ svg {
a { a {
color: $actionColor; color: $actionColor;
text-decoration: none; text-decoration: none;
cursor: pointer;
} }
h1, h2, h3, h1, h2, h3,
h4, h5, h6 { h4, h5, h6 {