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;
|
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;
|
||||||
|
|
Loading…
Reference in a new issue