couldn't distinguish links from black text, changed them to the header background colour
This commit is contained in:
parent
4714f3a9e1
commit
beb9fe3ff1
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue