gecko-dev/themes/modern/communicator/formatting.css
ben%netscape.com 9423bd34c9 formatting.css
2000-05-10 06:58:34 +00:00

17 lines
280 B
CSS

/* class for text with a 'link' appearance */
.text-link
{
color : #666699;
text-decoration : underline;
}
.text-link:hover
{
color : #333366;
}
.text-link:hover:active
{
color : #990000;
}