From 5539494a5ead91fc4b35654a620ec915ce482f4d Mon Sep 17 00:00:00 2001 From: Whymarrh Whitby Date: Mon, 1 Oct 2018 21:34:29 -0230 Subject: Style links on phishing page with an underline --- app/phishing.html | 1 + 1 file changed, 1 insertion(+) (limited to 'app') diff --git a/app/phishing.html b/app/phishing.html index a1bce00fe..309021dc2 100644 --- a/app/phishing.html +++ b/app/phishing.html @@ -25,6 +25,7 @@ a { color: white; cursor: pointer; + text-decoration: underline; } -- cgit v1.2.3