Use a darker shade of blue for hyperlinks.

As LOOT itself does. The lighter blue is less visible against a light
background.
This commit is contained in:
Oliver Hamlet
2015-03-24 18:11:37 +00:00
parent 98de53a62c
commit 26021bcefb
+2 -2
View File
@@ -85,7 +85,7 @@ html {
/* Misc */
a {
text-decoration:none;
color: #64B5F6;
color: #2196F3;
}
a:hover {
text-decoration: underline;
@@ -173,4 +173,4 @@ nav > .divider {
/* Greyscale non-Polymer icons. */
core-icon[src] {
opacity: 0.54;
}
}