On Tue, 5 Apr 2011, Mike Stump wrote: > So, I don't know which patch did it, but that new orange color on the > title on the main page is awful. Please, pick any other color.
So, you don't like our Dutch contributors? :-) Point taken, and addressed thusly. Note this also makes the color for visited links a bit dimmer a shade of blue. Gerald Index: gcc.css =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc.css,v retrieving revision 1.13 retrieving revision 1.14 diff -u -w -r1.13 -r1.14 --- gcc.css 6 Apr 2011 00:05:54 -0000 1.13 +++ gcc.css 6 Apr 2011 00:14:15 -0000 1.14 @@ -6,12 +6,13 @@ body { background-color: white; color: black; } a:link { color: #0066dd; text-decoration: none; } -a:visited { color: #0000bb; text-decoration: none; } +a:visited { color: #000099; text-decoration: none; } a:hover { color: orange; text-decoration: none; } -h1 { color: #FF8C00; text-align:center; } +h1 { color: grey; text-align:center; } +h2 { color: grey; } -.highlight{ color: #FF8C00; } +.highlight{ color: grey; } dl.news { margin-top:0pt; } dl.news dt { font-weight:bold; }