diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-03-25 13:03:30 +0100 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-03-25 13:03:30 +0100 |
commit | 9808b0378dbc03d78120bab275b3100eb5f85ccf (patch) | |
tree | 7d9a929f42ba8860804c290c72ad2006e6b9b822 | |
parent | af0f3a7e05a76f50b0f6a8c9091e46faf5d37fcd (diff) | |
download | volse-hubzilla-9808b0378dbc03d78120bab275b3100eb5f85ccf.tar.gz volse-hubzilla-9808b0378dbc03d78120bab275b3100eb5f85ccf.tar.bz2 volse-hubzilla-9808b0378dbc03d78120bab275b3100eb5f85ccf.zip |
fixed wrong colors for links
-rw-r--r-- | view/theme/greenzero/style.css | 2 |
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; } |