aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2011-12-19 20:23:11 -0800
committerfriendica <info@friendica.com>2011-12-19 20:23:11 -0800
commit0bef863015973f2203454c107ae70931c92e0383 (patch)
treedd4aa67f9ea57317c92792117960f36e606e6ed2
parent63f66a5a93661cfc327449561a2150aa8187a228 (diff)
downloadvolse-hubzilla-0bef863015973f2203454c107ae70931c92e0383.tar.gz
volse-hubzilla-0bef863015973f2203454c107ae70931c92e0383.tar.bz2
volse-hubzilla-0bef863015973f2203454c107ae70931c92e0383.zip
wrong style for unvisited links
-rw-r--r--view/theme/purplezero/style.css2
1 files changed, 1 insertions, 1 deletions
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; }