wrong style for unvisited links

2022.09-rc
friendica 2011-12-19 20:23:11 -08:00
rodzic 63f66a5a93
commit 0bef863015
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
@import url('../duepuntozero/style.css');
a, a:visited { color: #7433af; text-decoration: none; }
a, a:link, a:visited { color: #7433af; text-decoration: none; }
a:hover {text-decoration: underline; }