Team:ETH Zurich/Templates/stylesheet

From 2013.igem.org

(Difference between revisions)
Line 26: Line 26:
a:link {
a:link {
-
   color: grey;
+
   color: rgb(200,200,200);
}
}
a:active {
a:active {
-
   color: white;
+
   color: rgb(200,0,200);
}
}
a:visited {
a:visited {
-
   color: orange;
+
   color: rgb(200,200,0);
}
}
a:hover {
a:hover {
-
   color: red;
+
   color: rgb(0,200,200);
}
}

Revision as of 08:30, 10 September 2013