fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2010-10-11 11:39 am

[dw-free] Boxes and Borders: Light on Dark: subject in comments unreadable

[commit: http://hg.dwscoalition.org/dw-free/rev/a709486356b7]

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

Remove background color for the comment subject in this theme; it was making
the subject unreadable.

Patch by [personal profile] ninetydegrees.

Files modified:
  • bin/upgrading/s2layers/boxesandborders/themes.s2
--------------------------------------------------------------------------------
diff -r 933deed6f46b -r a709486356b7 bin/upgrading/s2layers/boxesandborders/themes.s2
--- a/bin/upgrading/s2layers/boxesandborders/themes.s2	Mon Oct 11 19:35:53 2010 +0800
+++ b/bin/upgrading/s2layers/boxesandborders/themes.s2	Mon Oct 11 19:38:50 2010 +0800
@@ -163,7 +163,6 @@ set color_entry_text = "#fff";
 set color_entry_text = "#fff";
 set color_entry_title = "#fff";
 set color_entry_title_background = "#000";
-set color_comment_title_background = "#fff";
 
 ##===============================
 ## Module Colors
--------------------------------------------------------------------------------