From 24ab1f5d60ea2b2283c3321c077cda2ca29bb014 Mon Sep 17 00:00:00 2001 From: Whymarrh Whitby Date: Mon, 1 Oct 2018 21:32:56 -0230 Subject: Style links on phishing page with cursor: pointer; --- app/phishing.html | 1 + 1 file changed, 1 insertion(+) (limited to 'app') diff --git a/app/phishing.html b/app/phishing.html index c941fe5d2..a1bce00fe 100644 --- a/app/phishing.html +++ b/app/phishing.html @@ -24,6 +24,7 @@ a { color: white; + cursor: pointer; } -- cgit