mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-08-10 05:11 am

[dw-nonfree] Contrast on Transmogrified footer insufficient

[commit: http://hg.dwscoalition.org/dw-nonfree/rev/9b45089004af]

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

Alter colors of footer text in Transmogrified style.

Patch by [personal profile] chemicallace.

Files modified:
  • bin/upgrading/s2layers/transmogrified/layout.s2
--------------------------------------------------------------------------------
diff -r dbc495e3dc39 -r 9b45089004af bin/upgrading/s2layers/transmogrified/layout.s2
--- a/bin/upgrading/s2layers/transmogrified/layout.s2	Mon Aug 10 04:55:44 2009 +0000
+++ b/bin/upgrading/s2layers/transmogrified/layout.s2	Mon Aug 10 05:11:49 2009 +0000
@@ -202,8 +202,8 @@ set color_entry_subject_alt_border = "#f
 set color_entry_subject_alt_border = "#fc7f3f";
 set color_entry_subject_alt_background = "#ffdfbf";
 set color_footer_background = "#fc7f3f";
-set color_footer_text = "#ffeba6";
-set color_footer_link = "#ffffff";
+set color_footer_text = "#1f558b";
+set color_footer_link = "#1f558b";
 set color_archivemonth_background = "#ffffff";
 set color_archivemonth_border = "#739adf";
 set color_navigation_text = "#000000";
--------------------------------------------------------------------------------