From 0bef863015973f2203454c107ae70931c92e0383 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 19 Dec 2011 20:23:11 -0800 Subject: wrong style for unvisited links --- view/theme/purplezero/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/purplezero/style.css b/view/theme/purplezero/style.css index f624fadac..f0d5b96b9 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; } -- cgit v1.2.3