mirror of
https://github.com/loot/loot.github.io.git
synced 2026-07-27 14:13:30 -07:00
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:
+2
-2
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user