# HG changeset patch # User Mark Doliner # Date 1133242992 0 # Node ID 868220a1a1b2a6f7247c6b981d7a15b91848159e # Parent a72eb03429779827d29a4f60468fa61b5ef8dde6 [gaim-migrate @ 14555] Make the link color when hovering over a link less light. Before this change there wasn't a lot of contrast between the white window bg and the link color. Hopefully this change is ok? committer: Tailor Script diff -r a72eb0342977 -r 868220a1a1b2 src/gtkimhtml.c --- a/src/gtkimhtml.c Tue Nov 29 01:21:04 2005 +0000 +++ b/src/gtkimhtml.c Tue Nov 29 05:43:12 2005 +0000 @@ -547,7 +547,7 @@ if (pre) g_object_set(G_OBJECT(tag), "foreground-gdk", pre, NULL); else - g_object_set(G_OBJECT(tag), "foreground", "light blue", NULL); + g_object_set(G_OBJECT(tag), "foreground", "#70a0ff", NULL); } } else { GTK_IMHTML(imhtml)->prelit_tag = NULL;