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

View file

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