style: Make link color lighter for contrast.

This commit is contained in:
Daniele Sluijters
2014-03-13 14:08:09 +01:00
parent 022abd9a4a
commit 43e449704e

View File

@@ -4,7 +4,7 @@ body {
}
a {
color: #2C3E50;
color: #2E5D8C;
text-decoration: none;
}