distinct color for links (not satisfied)

This commit is contained in:
Frédéric Péters 2005-08-17 08:54:05 +00:00
parent 6c292c0056
commit 5c3219ebe2
1 changed files with 7 additions and 5 deletions

View File

@ -113,9 +113,14 @@ dl {
p#login,
p#logout {
margin-top: 2em;
text-align: right;
}
p#login a, p#logout a {
text-decoration: underline;
}
h2#submitted, h2#done {
margin-top: 2em;
color: #09F;
@ -210,13 +215,10 @@ a.listing {
a {
text-decoration: none;
color: #222;
}
a:visited {
color: #444;
color: #228;
}
a:hover {
color: black;
text-decoration: underline;
}