Make links orange, not red, for improved readability

This commit is contained in:
Steve Purcell 2012-07-26 15:37:04 +01:00
parent 76b9b994f6
commit db634d6fb7

View file

@ -14,9 +14,7 @@ body {
h1 { h1 {
font-size: 3.8em; font-size: 3.8em;
color: #00ad00;
color: #ff6622; color: #ff6622;
/* color: #6dd86c; */
margin-bottom: 3px; margin-bottom: 3px;
} }
@ -29,20 +27,15 @@ h1 a {
h2 { h2 {
font-size: 1.5em; font-size: 1.5em;
color: #00ad00;
color: #6dd86c; color: #6dd86c;
} }
h3 { h3 {
/* text-align: center; */
color: #00ad00;
color: #6dd86c; color: #6dd86c;
} }
a { a {
color: #8f3591; color: #ff6622;
color: #ee3333;
/* color: #6dd86c; */
text-decoration: none; text-decoration: none;
} }