Add default visited link colour.

This commit is contained in:
Michael Drake 2013-05-22 20:41:37 +01:00
parent af75070bee
commit 161271070e

View File

@ -90,6 +90,7 @@ th { font-weight: bold; text-align: center; }
td[nowrap], th[nowrap] { white-space: nowrap; }
a:link { color: #00f; text-decoration: underline; }
a:visited { color: #609; }
img { color: #888; }