diff options
author | friendica <info@friendica.com> | 2011-12-19 20:23:11 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-12-19 20:23:11 -0800 |
commit | 0bef863015973f2203454c107ae70931c92e0383 (patch) | |
tree | dd4aa67f9ea57317c92792117960f36e606e6ed2 /view/theme/purplezero | |
parent | 63f66a5a93661cfc327449561a2150aa8187a228 (diff) | |
download | volse-hubzilla-0bef863015973f2203454c107ae70931c92e0383.tar.gz volse-hubzilla-0bef863015973f2203454c107ae70931c92e0383.tar.bz2 volse-hubzilla-0bef863015973f2203454c107ae70931c92e0383.zip |
wrong style for unvisited links
Diffstat (limited to 'view/theme/purplezero')
-rw-r--r-- | view/theme/purplezero/style.css | 2 |
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; } |