2013-11-04 15:34:16 +00:00
|
|
|
@import "reset-to-defaults.css";
|
|
|
|
|
|
|
|
:link {
|
|
|
|
color: blue;
|
|
|
|
}
|
|
|
|
|
|
|
|
:visited {
|
|
|
|
color: purple;
|
|
|
|
}
|
|
|
|
|
2015-07-21 00:27:45 +00:00
|
|
|
:link,*, :visited * {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2013-11-04 15:34:16 +00:00
|
|
|
/* should never happen */
|
|
|
|
:link:visited {
|
|
|
|
color: red;
|
|
|
|
}
|