/* Override theme's green link color with blue */
a,
a:visited {
  color: #1565c0;
}

a:hover {
  color: #0d47a1;
}
