Team:ETH Zurich/Templates/stylesheet
From 2013.igem.org
(Difference between revisions)
Line 26: | Line 26: | ||
a:link { | a:link { | ||
- | color: | + | color: rgb(200,200,200); |
} | } | ||
a:active { | a:active { | ||
- | color: | + | color: rgb(200,0,200); |
} | } | ||
a:visited { | a:visited { | ||
- | color: | + | color: rgb(200,200,0); |
} | } | ||
a:hover { | a:hover { | ||
- | color: | + | color: rgb(0,200,200); |
} | } | ||
Revision as of 08:30, 10 September 2013