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 cursor: pointer;

This commit is contained in:
Whymarrh Whitby 2018-10-01 21:32:56 -02:30
parent c92fee7771
commit 24ab1f5d60

View File

@ -24,6 +24,7 @@
a { a {
color: white; color: white;
cursor: pointer;
} }
</style> </style>