www: Use red for visited links

llvm-svn: 197745
This commit is contained in:
Tobias Grosser 2013-12-19 23:22:25 +00:00
parent 36eba25fee
commit b3bf54e812
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@ html, body {
padding-left: 3em;
}
a:visited {
color: #931e24;
}
h1, h2, h3, tt { color: #000 }