wrong style for unvisited links
This commit is contained in:
parent
63f66a5a93
commit
0bef863015
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
@import url('../duepuntozero/style.css');
|
@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; }
|
a:hover {text-decoration: underline; }
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue