_website: Don't use a different color for visited links.

This commit is contained in:
Qi Xiao 2018-11-07 20:34:00 +00:00
parent dff7d7b796
commit d98e6fd6aa

View File

@ -19,16 +19,9 @@ img {
a {
text-decoration: none;
}
a {
color: #0645ad;
}
a:visited {
color: #0b0080;
}
/**
* Top-level elements.
*