aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorTobias Diekershoff <tobias.diekershoff@gmx.net>2011-03-25 13:03:30 +0100
committerTobias Diekershoff <tobias.diekershoff@gmx.net>2011-03-25 13:03:30 +0100
commit9808b0378dbc03d78120bab275b3100eb5f85ccf (patch)
tree7d9a929f42ba8860804c290c72ad2006e6b9b822 /view/theme
parentaf0f3a7e05a76f50b0f6a8c9091e46faf5d37fcd (diff)
downloadvolse-hubzilla-9808b0378dbc03d78120bab275b3100eb5f85ccf.tar.gz
volse-hubzilla-9808b0378dbc03d78120bab275b3100eb5f85ccf.tar.bz2
volse-hubzilla-9808b0378dbc03d78120bab275b3100eb5f85ccf.zip
fixed wrong colors for links
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/greenzero/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/greenzero/style.css b/view/theme/greenzero/style.css
index 5a8401160..ec15b736e 100644
--- a/view/theme/greenzero/style.css
+++ b/view/theme/greenzero/style.css
@@ -2,7 +2,7 @@
/* green variation by Tobias Diekershoff <tobias.diekershoff@gmx.net> */
-a, a:visited { color: #549f4f; text-decoration: none; }
+a:link, a:visited { color: #549f4f; text-decoration: none; }
a:hover {text-decoration: underline; }