From cf55f55ba5db1e4dc1ad7cda9d71e74a8a00c997 Mon Sep 17 00:00:00 2001 From: Jori Lallo Date: Wed, 20 Jul 2016 00:42:34 -0700 Subject: [PATCH] User cursor:pointer for all links by default --- src/styles/base.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/base.scss b/src/styles/base.scss index 9ce6e677..50ab3a65 100644 --- a/src/styles/base.scss +++ b/src/styles/base.scss @@ -42,6 +42,7 @@ svg { a { color: $actionColor; text-decoration: none; + cursor: pointer; } h1, h2, h3, h4, h5, h6 {