wrong style for unvisited links
authorfriendica <info@friendica.com>
Tue, 20 Dec 2011 04:23:11 +0000 (20:23 -0800)
committerfriendica <info@friendica.com>
Tue, 20 Dec 2011 04:23:11 +0000 (20:23 -0800)
view/theme/purplezero/style.css

index f624fadac304170e8a0aaf9a323ead4160ee19ac..f0d5b96b94cd49a37081b094283a1c1816f3adcd 100644 (file)
@@ -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; }