fixed wrong colors for links

2022.09-rc
Tobias Diekershoff 2011-03-25 13:03:30 +01:00
rodzic af0f3a7e05
commit 9808b0378d
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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; }