From 9808b0378dbc03d78120bab275b3100eb5f85ccf Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Fri, 25 Mar 2011 13:03:30 +0100 Subject: fixed wrong colors for links --- view/theme/greenzero/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/theme') 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 */ -a, a:visited { color: #549f4f; text-decoration: none; } +a:link, a:visited { color: #549f4f; text-decoration: none; } a:hover {text-decoration: underline; } -- cgit v1.2.3