factor/extra/html/stylesheet.css

5 lines
203 B
CSS
Raw Normal View History

2007-09-20 18:09:08 -04:00
a:link { text-decoration: none; color: black; }
a:visited { text-decoration: none; color: black; }
a:active { text-decoration: none; color: black; }
a:hover { text-decoration: underline; color: black; }