diff options
author | Whymarrh Whitby <whymarrh.whitby@gmail.com> | 2018-10-02 08:02:56 +0800 |
---|---|---|
committer | Whymarrh Whitby <whymarrh.whitby@gmail.com> | 2018-10-02 21:15:39 +0800 |
commit | 24ab1f5d60ea2b2283c3321c077cda2ca29bb014 (patch) | |
tree | e9a045d16bd1f06707033fe83bd2484376f44c5f /app | |
parent | c92fee7771ee1c12729a5a480d63134722332789 (diff) | |
download | tangerine-wallet-browser-24ab1f5d60ea2b2283c3321c077cda2ca29bb014.tar.gz tangerine-wallet-browser-24ab1f5d60ea2b2283c3321c077cda2ca29bb014.tar.zst tangerine-wallet-browser-24ab1f5d60ea2b2283c3321c077cda2ca29bb014.zip |
Style links on phishing page with cursor: pointer;
Diffstat (limited to 'app')
-rw-r--r-- | app/phishing.html | 1 |
1 files changed, 1 insertions, 0 deletions
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; } </style> |