use two blue colors for links

This commit is contained in:
joshua stein 2012-07-03 14:51:01 -05:00
parent 03b38c2599
commit 116d0d6978

View file

@ -18,12 +18,12 @@ body, textarea, input, button {
}
a {
color: #0855f1;
color: #2562dc;
cursor: pointer;
}
a:visited {
color: #4342AC;
color: #5980cc;
}
h1 {