fixed wrong colors for links

This commit is contained in:
Tobias Diekershoff 2011-03-25 13:03:30 +01:00
parent af0f3a7e05
commit 9808b0378d
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
/* green variation by Tobias Diekershoff <tobias.diekershoff@gmx.net> */ /* 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; } a:hover {text-decoration: underline; }