diff --git a/view/theme/purplezero/style.css b/view/theme/purplezero/style.css index f624fada..f0d5b96b 100644 --- a/view/theme/purplezero/style.css +++ b/view/theme/purplezero/style.css @@ -1,6 +1,6 @@ @import url('../duepuntozero/style.css'); -a, a:visited { color: #7433af; text-decoration: none; } +a, a:link, a:visited { color: #7433af; text-decoration: none; } a:hover {text-decoration: underline; }