From b3bf54e81226642253d16f92f1575dc1da04253a Mon Sep 17 00:00:00 2001 From: Tobias Grosser Date: Thu, 19 Dec 2013 23:22:25 +0000 Subject: [PATCH] www: Use red for visited links llvm-svn: 197745 --- polly/www/content.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/polly/www/content.css b/polly/www/content.css index a11b08e213d1..f0f38c4f501a 100644 --- a/polly/www/content.css +++ b/polly/www/content.css @@ -17,6 +17,9 @@ html, body { padding-left: 3em; } +a:visited { + color: #931e24; +} h1, h2, h3, tt { color: #000 }