[dw-nonfree] make sure site schemes use different visited/unvisited link colors
[commit: http://hg.dwscoalition.org/dw-nonfree/rev/d0cd7b787b36]
http://bugs.dwscoalition.org/show_bug.cgi?id=1386
Visited link colors for Tropo Red and Tropo Purple.
Patch by
denise.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1386
Visited link colors for Tropo Red and Tropo Purple.
Patch by
![[staff profile]](https://www.dreamwidth.org/img/silk/identity/user_staff.png)
Files modified:
- htdocs/stc/tropo/tropo-purple.css
- htdocs/stc/tropo/tropo-red.css
-------------------------------------------------------------------------------- diff -r f4f63a92a013 -r d0cd7b787b36 htdocs/stc/tropo/tropo-purple.css --- a/htdocs/stc/tropo/tropo-purple.css Mon Aug 15 17:55:40 2011 +0800 +++ b/htdocs/stc/tropo/tropo-purple.css Tue Aug 23 15:20:33 2011 +0800 @@ -45,10 +45,12 @@ */ a:link, -a:visited, .link { color: #3a155a; } +a:visited { + color: #000000; +} a:hover, a:active, .link:hover { diff -r f4f63a92a013 -r d0cd7b787b36 htdocs/stc/tropo/tropo-red.css --- a/htdocs/stc/tropo/tropo-red.css Mon Aug 15 17:55:40 2011 +0800 +++ b/htdocs/stc/tropo/tropo-red.css Tue Aug 23 15:20:33 2011 +0800 @@ -43,10 +43,12 @@ */ a:link, -a:visited, .link { color: #c1272d; } +a:visited { + color: #8b0000; +} a:hover, a:active, .link:hover { --------------------------------------------------------------------------------