1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Style links on phishing page with an underline

This commit is contained in:
Whymarrh Whitby 2018-10-01 21:34:29 -02:30
parent 24ab1f5d60
commit 5539494a5e

View File

@ -25,6 +25,7 @@
a {
color: white;
cursor: pointer;
text-decoration: underline;
}
</style>