couldn't distinguish links from black text, changed them to the header background colour

This commit is contained in:
Mike Macgirvin 2010-10-08 23:40:18 -07:00
parent 4714f3a9e1
commit beb9fe3ff1
1 changed files with 3 additions and 2 deletions

View File

@ -19,7 +19,8 @@ body {
margin-left: 10px;
}
a, a:visited {
color: #343639;
/* color: #34366A; */
color: #15607B;
text-decoration: none;
}
a:hover {
@ -71,7 +72,7 @@ blockquote:before {
}
.fakelink, .fakelink:visited {
color: #343639;
color: #15607B;
text-decoration: none;
cursor: pointer;
margin-top: 15px;