From e0a9d3acecd6c864c77c7aac4b129adecf2ed96a Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Tue, 10 Sep 2013 11:16:48 -0700 Subject: [PATCH] Links have a pointer cursor --- static/links.less | 1 + 1 file changed, 1 insertion(+) diff --git a/static/links.less b/static/links.less index 14558f8e2..0fa097e36 100644 --- a/static/links.less +++ b/static/links.less @@ -1,6 +1,7 @@ @import "ui-variables"; a { + cursor: pointer; color: @text-color-highlight; &:hover { color: @text-color-highlight;