kareila: (Default)
kareila ([personal profile] kareila) wrote in [site community profile] changelog2009-10-11 05:43 am

[dw-nonfree] Transmogrified: Black Eye: links in footer are not visible

[commit: http://hg.dwscoalition.org/dw-nonfree/rev/1af465420887]

http://bugs.dwscoalition.org/show_bug.cgi?id=1923

Fix footer link color in Black Eye theme for Transmogrified.

Patch by [personal profile] ninetydegrees.

Files modified:
  • bin/upgrading/s2layers/transmogrified/themes.s2
--------------------------------------------------------------------------------
diff -r 6656135cb2f1 -r 1af465420887 bin/upgrading/s2layers/transmogrified/themes.s2
--- a/bin/upgrading/s2layers/transmogrified/themes.s2	Fri Oct 09 05:38:37 2009 +0000
+++ b/bin/upgrading/s2layers/transmogrified/themes.s2	Sun Oct 11 00:43:25 2009 -0500
@@ -131,7 +131,7 @@ set color_module_link_active = "#6e368b"
 set color_module_link_active = "#6e368b";
 set color_tagspage_title = "#000000";
 set color_module_text = "#b8aae5";
-set color_footer_link = "#000000";
+set color_footer_link = "#6e368b";
 set color_tagspage_background = "#000000";
 
 #NEWLAYER: transmogrified/blackorwhite
--------------------------------------------------------------------------------