Authored by Justin R. Miller

always tint attribution links

@@ -125,7 +125,7 @@ @@ -125,7 +125,7 @@
125 margin = @""; 125 margin = @"";
126 } 126 }
127 127
128 - [contentString appendString:[NSString stringWithFormat:@"a:link { color: %@; text-decoration: none; }", linkColor]]; 128 + [contentString appendString:[NSString stringWithFormat:@"a { color: %@; text-decoration: none; }", linkColor]];
129 [contentString appendString:[NSString stringWithFormat:@"body { color: %@; font-family: %@; %@text-align: center; %@}", textColor, fontFamily, fontSize, margin]]; 129 [contentString appendString:[NSString stringWithFormat:@"body { color: %@; font-family: %@; %@text-align: center; %@}", textColor, fontFamily, fontSize, margin]];
130 [contentString appendString:@"</style>"]; 130 [contentString appendString:@"</style>"];
131 131