Team:ETH Zurich/Templates/stylesheet

From 2013.igem.org

(Difference between revisions)
Line 25: Line 25:
}
}
-
a.link {
+
a:link {
   color: grey;
   color: grey;
}
}
 +
 +
a:active {
 +
  color: white;
 +
}
 +
 +
a:visited {
 +
  color: orange;
 +
}
 +
 +
a:hover {
 +
  color: red;
 +
}
 +
</style>
</style>
</html>
</html>

Revision as of 08:27, 10 September 2013