cursor pointer should always be the case for <a> ... not being pointer is an exception

This commit is contained in:
Sam 2013-06-17 13:43:30 +10:00
parent 0052e78bfe
commit f13f6adc0b

View File

@ -19,6 +19,7 @@ html {
a {
color: $link-color;
text-decoration: none;
cursor: pointer;
&:visited {
color: $link-color-visited;
}